#D15027

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

Shades of Trinidad #D15027

Tints of Trinidad #D15027

Color information

#D15027 (or 0xD15027) is unknown color: approx Trinidad. HEX triplet: D1, 50 and 27. RGB value is (209,80,39). Sum of RGB (Red+Green+Blue) = 209+80+39=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D15027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15027 is #2EAFD8. Grayscale: #727272. Windows color (decimal): -3059673 or 2576593. OLE color: 2576593.

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

Color convert

RGB2098039-
CMYK00.620.810.18
HSL14.47º68.55%48.63%-
HSV(B)14.47º81.34%81.96%-
XYZ29.5319.444.12-
YUV113.985.74195.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.72%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 39 (15.62% from 255) = 11.89%
R=63.72%
G=24.39%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209803900.620.810.1814.4768.5548.63
HexD1502703E5112e4531
Octal32112047076121221610561
Binary110100011010000100111011111010100011001011101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15027; }

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

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

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

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

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

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

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

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