#D14F39

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

Shades of Trinidad #D14F39

Tints of Trinidad #D14F39

Color information

#D14F39 (or 0xD14F39) is unknown color: approx Trinidad. HEX triplet: D1, 4F and 39. RGB value is (209,79,57). Sum of RGB (Red+Green+Blue) = 209+79+57=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F39 is #2EB0C6. Grayscale: #737373. Windows color (decimal): -3059911 or 3755985. OLE color: 3755985.

HSL color Cylindrical-coordinate representation of color #D14F39: hue angle of 8.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D14F39 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2097957-
CMYK00.620.730.18
HSL8.68º62.3%52.16%-
HSV(B)8.68º72.73%81.96%-
XYZ29.8319.446.05-
YUV115.3695.07194.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.58%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 57 (22.66% from 255) = 16.52%
R=60.58%
G=22.90%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209795700.620.730.188.6862.352.16
HexD14F3903E491293e34
Octal3211177107611122117664
Binary11010001100111111100101111101001001100101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14F39; }

 p { color: rgb(209,79,57); }

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

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

 a { background-color: rgb(209,79,57); }

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

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

 span { border-color: rgb(209,79,57); }

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