#d14e1f

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

Shades of Trinidad #D14E1F

Tints of Trinidad #D14E1F

Color information

#D14E1F (or 0xD14E1F) is unknown color: approx Trinidad. HEX triplet: D1, 4E and 1F. RGB value is (209,78,31). Sum of RGB (Red+Green+Blue) = 209+78+31=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14E1F is #2EB1E0. Grayscale: #707070. Windows color (decimal): -3060193 or 2051793. OLE color: 2051793.

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

Color convert

RGB2097831-
CMYK00.630.850.18
HSL15.84º74.17%47.06%-
HSV(B)15.84º85.17%81.96%-
XYZ29.2719.13.44-
YUV111.8182.4197.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.72%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=65.72%
G=24.53%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209783100.630.850.1815.8474.1747.06
HexD14E1F03F5512104a2f
Octal32111637077125222011257
Binary110100011001110111110111111101010110010100001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14e1f; }

 p { color: rgb(209,78,31); }

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

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

 a { background-color: rgb(209,78,31); }

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

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

 span { border-color: rgb(209,78,31); }

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