Html Css Color HEX #DF5B28 Chilean Fire

📋 copy color: '#DF5B28'

red 223 ◦ green 91 ◦ blue 40

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

Shades of Chilean Fire #DF5B28

Tints of Chilean Fire #DF5B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 62.99%
G = 25.71%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF5B28 (or 0xDF5B28) is known color: Chilean Fire. HEX triplet: DF, 5B and 28. RGB value is (223,91,40). Sum of RGB (Red+Green+Blue) = 223+91+40=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B28 is #20A4D7. Grayscale: #7C7C7C. Windows color (decimal): -2139352 or 2644959. OLE color: 2644959.

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

Color convert

RGB 223 91 40 -
CMYK 0 0.59 0.82 0.13
HSL 16.72º 0.74% 0.52% -
HSV(B) 16.72º 0.82% 0.87% -
XYZ 34.56 23.32 4.69 -
YUV 124.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 223 91 40 0 0.59 0.82 0.13 16.72 0.74 0.52
Hex DF 5B 28 0 3B 52 D 11 4A 34
Octal 337 133 50 0 73 122 15 21 112 64
Binary 11011111 1011011 101000 0 111011 1010010 1101 10001 1001010 110100

Color Harmonies of #DF5B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B28

Black with #DF5B28

Text Example


Text Example

White with #DF5B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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