Html Css Color HEX #D06136 Chilean Fire

📋 copy color: '#D06136'

red 208 ◦ green 97 ◦ blue 54

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

Shades of Chilean Fire #D06136

Tints of Chilean Fire #D06136

RGB

 RED value IS 208 (81.64% from 255) = 57.94%

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 57.94%
G = 27.02%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D06136 (or 0xD06136) is known color: Chilean Fire. HEX triplet: D0, 61 and 36. RGB value is (208,97,54). Sum of RGB (Red+Green+Blue) = 208+97+54=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D06136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06136 is #2F9EC9. Grayscale: #7D7D7D. Windows color (decimal): -3120842 or 3563984. OLE color: 3563984.

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

Color convert

RGB 208 97 54 -
CMYK 0 0.53 0.74 0.18
HSL 16.75º 0.62% 0.51% -
HSV(B) 16.75º 0.74% 0.82% -
XYZ 30.95 22.23 6.15 -
YUV 125.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 208 97 54 0 0.53 0.74 0.18 16.75 0.62 0.51
Hex D0 61 36 0 35 4A 12 11 3E 33
Octal 320 141 66 0 65 112 22 21 76 63
Binary 11010000 1100001 110110 0 110101 1001010 10010 10001 111110 110011

Color Harmonies of #D06136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06136

Black with #D06136

Text Example


Text Example

White with #D06136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06136; }

 p { color: rgb(208,97,54); }

 H1.HeaderClassName
 {
   color: #D06136;
 }
 .AnyTagClassName
 {
   color: #D06136;
 }
</style>

background-color css

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

 a { background-color: rgb(208,97,54); }

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

border-color css

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

 span { border-color: rgb(208,97,54); }

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