Html Css Color HEX #DF5421 Chilean Fire

📋 copy color: '#DF5421'

red 223 ◦ green 84 ◦ blue 33

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

Shades of Chilean Fire #DF5421

Tints of Chilean Fire #DF5421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

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

R = 65.59%
G = 24.71%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF5421 (or 0xDF5421) is known color: Chilean Fire. HEX triplet: DF, 54 and 21. RGB value is (223,84,33). Sum of RGB (Red+Green+Blue) = 223+84+33=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5421 is #20ABDE. Grayscale: #787878. Windows color (decimal): -2141151 or 2184415. OLE color: 2184415.

HSL color Cylindrical-coordinate representation of color #DF5421: hue angle of 16.11º 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 #DF5421 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 84 33 -
CMYK 0 0.62 0.85 0.13
HSL 16.11º 0.75% 0.5% -
HSV(B) 16.11º 0.85% 0.87% -
XYZ 33.88 22.14 3.93 -
YUV 119.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 223 84 33 0 0.62 0.85 0.13 16.11 0.75 0.5
Hex DF 54 21 0 3E 55 D 10 4B 32
Octal 337 124 41 0 76 125 15 20 113 62
Binary 11011111 1010100 100001 0 111110 1010101 1101 10000 1001011 110010

Color Harmonies of #DF5421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5421

Black with #DF5421

Text Example


Text Example

White with #DF5421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5421; }

 p { color: rgb(223,84,33); }

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

background-color css

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

 a { background-color: rgb(223,84,33); }

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

border-color css

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

 span { border-color: rgb(223,84,33); }

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