Html Css Color HEX #DF5222 Chilean Fire

📋 copy color: '#DF5222'

red 223 ◦ green 82 ◦ blue 34

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

Shades of Chilean Fire #DF5222

Tints of Chilean Fire #DF5222

RGB

 RED value IS 223 (87.5% from 255) = 65.78%

 GREEN value IS 82 (32.42% from 255) = 24.19%

 BLUE value IS 34 (13.67% from 255) = 10.03%

R = 65.78%
G = 24.19%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF5222 (or 0xDF5222) is known color: Chilean Fire. HEX triplet: DF, 52 and 22. RGB value is (223,82,34). Sum of RGB (Red+Green+Blue) = 223+82+34=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5222 is #20ADDD. Grayscale: #777777. Windows color (decimal): -2141662 or 2249439. OLE color: 2249439.

HSL color Cylindrical-coordinate representation of color #DF5222: hue angle of 15.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF5222 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 34 -
CMYK 0 0.63 0.85 0.13
HSL 15.24º 0.75% 0.5% -
HSV(B) 15.24º 0.85% 0.87% -
XYZ 33.74 21.84 3.95 -
YUV 118.69 80.21 202.4 -
System Red Green Blue C M Y K H S L
Decimal 223 82 34 0 0.63 0.85 0.13 15.24 0.75 0.5
Hex DF 52 22 0 3F 55 D F 4B 32
Octal 337 122 42 0 77 125 15 17 113 62
Binary 11011111 1010010 100010 0 111111 1010101 1101 1111 1001011 110010

Color Harmonies of #DF5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5222

Black with #DF5222

Text Example


Text Example

White with #DF5222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5222; }

 p { color: rgb(223,82,34); }

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

background-color css

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

 a { background-color: rgb(223,82,34); }

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

border-color css

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

 span { border-color: rgb(223,82,34); }

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