Html Css Color HEX #D06031 Chilean Fire

📋 copy color: '#D06031'

red 208 ◦ green 96 ◦ blue 49

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

Shades of Chilean Fire #D06031

Tints of Chilean Fire #D06031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 58.92%
G = 27.2%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D06031 (or 0xD06031) is known color: Chilean Fire. HEX triplet: D0, 60 and 31. RGB value is (208,96,49). Sum of RGB (Red+Green+Blue) = 208+96+49=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D06031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06031 is #2F9FCE. Grayscale: #7C7C7C. Windows color (decimal): -3121103 or 3236048. OLE color: 3236048.

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

Color convert

RGB 208 96 49 -
CMYK 0 0.54 0.76 0.18
HSL 17.74º 0.63% 0.5% -
HSV(B) 17.74º 0.76% 0.82% -
XYZ 30.75 22 5.53 -
YUV 124.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 208 96 49 0 0.54 0.76 0.18 17.74 0.63 0.5
Hex D0 60 31 0 36 4C 12 12 3F 32
Octal 320 140 61 0 66 114 22 22 77 62
Binary 11010000 1100000 110001 0 110110 1001100 10010 10010 111111 110010

Color Harmonies of #D06031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06031

Black with #D06031

Text Example


Text Example

White with #D06031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06031; }

 p { color: rgb(208,96,49); }

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

background-color css

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

 a { background-color: rgb(208,96,49); }

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

border-color css

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

 span { border-color: rgb(208,96,49); }

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