Html Css Color HEX #D05521 Chilean Fire

📋 copy color: '#D05521'

red 208 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #D05521

Tints of Chilean Fire #D05521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 63.8%
G = 26.07%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D05521 (or 0xD05521) is known color: Chilean Fire. HEX triplet: D0, 55 and 21. RGB value is (208,85,33). Sum of RGB (Red+Green+Blue) = 208+85+33=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D05521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05521 is #2FAADE. Grayscale: #747474. Windows color (decimal): -3123935 or 2184656. OLE color: 2184656.

HSL color Cylindrical-coordinate representation of color #D05521: hue angle of 17.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D05521 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 85 33 -
CMYK 0 0.59 0.84 0.18
HSL 17.83º 0.73% 0.47% -
HSV(B) 17.83º 0.84% 0.82% -
XYZ 29.54 20.02 3.75 -
YUV 115.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 208 85 33 0 0.59 0.84 0.18 17.83 0.73 0.47
Hex D0 55 21 0 3B 54 12 12 49 2F
Octal 320 125 41 0 73 124 22 22 111 57
Binary 11010000 1010101 100001 0 111011 1010100 10010 10010 1001001 101111

Color Harmonies of #D05521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05521

Black with #D05521

Text Example


Text Example

White with #D05521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05521; }

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

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

background-color css

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

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

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

border-color css

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

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

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