#D14C31

Color #D14C31 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #D14C31

Tints of Trinidad #D14C31

Color information

#D14C31 (or 0xD14C31) is unknown color: approx Trinidad. HEX triplet: D1, 4C and 31. RGB value is (209,76,49). Sum of RGB (Red+Green+Blue) = 209+76+49=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C31 is #2EB3CE. Grayscale: #707070. Windows color (decimal): -3060687 or 3230929. OLE color: 3230929.

HSL color Cylindrical-coordinate representation of color #D14C31: hue angle of 10.13º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D14C31 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB2097649-
CMYK00.640.770.18
HSL10.13º63.49%50.59%-
HSV(B)10.13º76.56%81.96%-
XYZ29.4318.955.01-
YUV112.6992.06196.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 62.57%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 49 (19.53% from 255) = 14.67%
R=62.57%
G=22.75%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209764900.640.770.1810.1363.4950.59
HexD14C310404D12a3f33
Octal32111461010011522127763
Binary110100011001100110001010000001001101100101010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C31; }

 p { color: rgb(209,76,49); }

 H1.HeaderClassName
 {
   color: #D14C31;
 }
 .AnyTagClassName
 {
   color: #D14C31;
 }
</style>
background-color css

<style>
 a { background-color: #D14C31; }

 a { background-color: rgb(209,76,49); }

 div.DivClassName
 {
   background-color: #D14C31;
 }
 .BgClassName
 {
   background-color: #D14C31;
 }
</style>
border-color css

<style>
 span { border-color: #D14C31; }

 span { border-color: rgb(209,76,49); }

 td.TdClassName
 {
   border-color: #D14C31;
 }
 .TagClassName
 {
   border-color: #D14C31;
 }
</style>