Html Css Color HEX #DF5526 Chilean Fire

📋 copy color: '#DF5526'

red 223 ◦ green 85 ◦ blue 38

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

Shades of Chilean Fire #DF5526

Tints of Chilean Fire #DF5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 64.45%
G = 24.57%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF5526 (or 0xDF5526) is known color: Chilean Fire. HEX triplet: DF, 55 and 26. RGB value is (223,85,38). Sum of RGB (Red+Green+Blue) = 223+85+38=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5526 is #20AAD9. Grayscale: #797979. Windows color (decimal): -2140890 or 2512351. OLE color: 2512351.

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

Color convert

RGB 223 85 38 -
CMYK 0 0.62 0.83 0.13
HSL 15.24º 0.74% 0.51% -
HSV(B) 15.24º 0.83% 0.87% -
XYZ 34.03 22.32 4.35 -
YUV 120.9 81.22 200.82 -
System Red Green Blue C M Y K H S L
Decimal 223 85 38 0 0.62 0.83 0.13 15.24 0.74 0.51
Hex DF 55 26 0 3E 53 D F 4A 33
Octal 337 125 46 0 76 123 15 17 112 63
Binary 11011111 1010101 100110 0 111110 1010011 1101 1111 1001010 110011

Color Harmonies of #DF5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5526

Black with #DF5526

Text Example


Text Example

White with #DF5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5526; }

 p { color: rgb(223,85,38); }

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

background-color css

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

 a { background-color: rgb(223,85,38); }

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

border-color css

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

 span { border-color: rgb(223,85,38); }

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