Html Css Color HEX #DF5B32 Chilean Fire

📋 copy color: '#DF5B32'

red 223 ◦ green 91 ◦ blue 50

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

Shades of Chilean Fire #DF5B32

Tints of Chilean Fire #DF5B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 61.26%
G = 25%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF5B32 (or 0xDF5B32) is known color: Chilean Fire. HEX triplet: DF, 5B and 32. RGB value is (223,91,50). Sum of RGB (Red+Green+Blue) = 223+91+50=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B32 is #20A4CD. Grayscale: #7E7E7E. Windows color (decimal): -2139342 or 3300319. OLE color: 3300319.

HSL color Cylindrical-coordinate representation of color #DF5B32: hue angle of 14.22º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF5B32 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 91 50 -
CMYK 0 0.59 0.78 0.13
HSL 14.22º 0.73% 0.54% -
HSV(B) 14.22º 0.78% 0.87% -
XYZ 34.75 23.4 5.7 -
YUV 125.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 223 91 50 0 0.59 0.78 0.13 14.22 0.73 0.54
Hex DF 5B 32 0 3B 4E D E 49 36
Octal 337 133 62 0 73 116 15 16 111 66
Binary 11011111 1011011 110010 0 111011 1001110 1101 1110 1001001 110110

Color Harmonies of #DF5B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B32

Black with #DF5B32

Text Example


Text Example

White with #DF5B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B32; }

 p { color: rgb(223,91,50); }

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

background-color css

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

 a { background-color: rgb(223,91,50); }

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

border-color css

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

 span { border-color: rgb(223,91,50); }

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