Html Css Color HEX #DE5421 Chilean Fire

📋 copy color: '#DE5421'

red 222 ◦ green 84 ◦ blue 33

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

Shades of Chilean Fire #DE5421

Tints of Chilean Fire #DE5421

RGB

 RED value IS 222 (87.11% from 255) = 65.49%

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

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

R = 65.49%
G = 24.78%
B = 9.73%

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

#DE5421 (or 0xDE5421) is known color: Chilean Fire. HEX triplet: DE, 54 and 21. RGB value is (222,84,33). Sum of RGB (Red+Green+Blue) = 222+84+33=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5421 is #21ABDE. Grayscale: #777777. Windows color (decimal): -2206687 or 2184414. OLE color: 2184414.

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

Color convert

RGB 222 84 33 -
CMYK 0 0.62 0.85 0.13
HSL 16.19º 0.74% 0.5% -
HSV(B) 16.19º 0.85% 0.87% -
XYZ 33.57 21.98 3.91 -
YUV 119.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 222 84 33 0 0.62 0.85 0.13 16.19 0.74 0.5
Hex DE 54 21 0 3E 55 D 10 4A 32
Octal 336 124 41 0 76 125 15 20 112 62
Binary 11011110 1010100 100001 0 111110 1010101 1101 10000 1001010 110010

Color Harmonies of #DE5421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5421

Black with #DE5421

Text Example


Text Example

White with #DE5421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5421; }

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

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

background-color css

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

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

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

border-color css

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

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

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