#D1501C

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

Shades of Trinidad #D1501C

Tints of Trinidad #D1501C

Color information

#D1501C (or 0xD1501C) is unknown color: approx Trinidad. HEX triplet: D1, 50 and 1C. RGB value is (209,80,28). Sum of RGB (Red+Green+Blue) = 209+80+28=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1501C is #2EAFE3. Grayscale: #707070. Windows color (decimal): -3059684 or 1855697. OLE color: 1855697.

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

Color convert

RGB2098028-
CMYK00.620.870.18
HSL17.24º76.37%46.47%-
HSV(B)17.24º86.6%81.96%-
XYZ29.3719.383.29-
YUV112.6480.24196.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.93%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 28 (11.33% from 255) = 8.83%
R=65.93%
G=25.24%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209802800.620.870.1817.2476.3746.47
HexD1501C03E5712114c2e
Octal32112034076127222111456
Binary110100011010000111000111110101011110010100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1501C; }

 p { color: rgb(209,80,28); }

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

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

 a { background-color: rgb(209,80,28); }

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

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

 span { border-color: rgb(209,80,28); }

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