#D14C39

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

Shades of Trinidad #D14C39

Tints of Trinidad #D14C39

Color information

#D14C39 (or 0xD14C39) is unknown color: approx Trinidad. HEX triplet: D1, 4C and 39. RGB value is (209,76,57). Sum of RGB (Red+Green+Blue) = 209+76+57=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C39 is #2EB3C6. Grayscale: #717171. Windows color (decimal): -3060679 or 3755217. OLE color: 3755217.

HSL color Cylindrical-coordinate representation of color #D14C39: hue angle of 7.5º 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 #D14C39 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2097657-
CMYK00.640.730.18
HSL7.5º62.3%52.16%-
HSV(B)7.5º72.73%81.96%-
XYZ29.6219.025.98-
YUV113.696.06196.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.11%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=61.11%
G=22.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209765700.640.730.187.562.352.16
HexD14C39040491283e34
Octal32111471010011122107664
Binary110100011001100111001010000001001001100101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C39; }

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

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

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

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

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

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

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

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