Html Css Color HEX #D06431 Chilean Fire

📋 copy color: '#D06431'

red 208 ◦ green 100 ◦ blue 49

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

Shades of Chilean Fire #D06431

Tints of Chilean Fire #D06431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

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

R = 58.26%
G = 28.01%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D06431 (or 0xD06431) is known color: Chilean Fire. HEX triplet: D0, 64 and 31. RGB value is (208,100,49). Sum of RGB (Red+Green+Blue) = 208+100+49=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D06431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06431 is #2F9BCE. Grayscale: #7E7E7E. Windows color (decimal): -3120079 or 3237072. OLE color: 3237072.

HSL color Cylindrical-coordinate representation of color #D06431: hue angle of 19.25º 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 #D06431 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 49 -
CMYK 0 0.52 0.76 0.18
HSL 19.25º 0.63% 0.5% -
HSV(B) 19.25º 0.76% 0.82% -
XYZ 31.12 22.75 5.66 -
YUV 126.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 208 100 49 0 0.52 0.76 0.18 19.25 0.63 0.5
Hex D0 64 31 0 34 4C 12 13 3F 32
Octal 320 144 61 0 64 114 22 23 77 62
Binary 11010000 1100100 110001 0 110100 1001100 10010 10011 111111 110010

Color Harmonies of #D06431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06431

Black with #D06431

Text Example


Text Example

White with #D06431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06431; }

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

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

background-color css

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

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

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

border-color css

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

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

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