Html Css Color HEX #D15027 Trinidad

📋 copy color: '#D15027'

red 209 ◦ green 80 ◦ blue 39

#D15027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #D15027

Tints of Trinidad #D15027

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.63% from 255) = 11.89%

R = 63.72%
G = 24.39%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D15027 (or 0xD15027) is known color: 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

RGB 209 80 39 -
CMYK 0 0.62 0.81 0.18
HSL 14.47º 0.69% 0.49% -
HSV(B) 14.47º 0.81% 0.82% -
XYZ 29.53 19.44 4.12 -
YUV 113.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 209 80 39 0 0.62 0.81 0.18 14.47 0.69 0.49
Hex D1 50 27 0 3E 51 12 E 45 31
Octal 321 120 47 0 76 121 22 16 105 61
Binary 11010001 1010000 100111 0 111110 1010001 10010 1110 1000101 110001

Color Harmonies of #D15027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15027

Black with #D15027

Text Example


Text Example

White with #D15027

Text Example


Text Example

HTML Codes & Css Web 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>