Html Css Color HEX #D05531 Chilean Fire

📋 copy color: '#D05531'

red 208 ◦ green 85 ◦ blue 49

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

Shades of Chilean Fire #D05531

Tints of Chilean Fire #D05531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

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

R = 60.82%
G = 24.85%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D05531 (or 0xD05531) is known color: Chilean Fire. HEX triplet: D0, 55 and 31. RGB value is (208,85,49). Sum of RGB (Red+Green+Blue) = 208+85+49=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D05531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05531 is #2FAACE. Grayscale: #757575. Windows color (decimal): -3123919 or 3233232. OLE color: 3233232.

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

Color convert

RGB 208 85 49 -
CMYK 0 0.59 0.76 0.18
HSL 13.58º 0.63% 0.5% -
HSV(B) 13.58º 0.76% 0.82% -
XYZ 29.82 20.13 5.22 -
YUV 117.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 208 85 49 0 0.59 0.76 0.18 13.58 0.63 0.5
Hex D0 55 31 0 3B 4C 12 E 3F 32
Octal 320 125 61 0 73 114 22 16 77 62
Binary 11010000 1010101 110001 0 111011 1001100 10010 1110 111111 110010

Color Harmonies of #D05531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05531

Black with #D05531

Text Example


Text Example

White with #D05531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05531; }

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

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

background-color css

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

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

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

border-color css

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

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

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