Html Css Color HEX #DE5121 Chilean Fire

📋 copy color: '#DE5121'

red 222 ◦ green 81 ◦ blue 33

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

Shades of Chilean Fire #DE5121

Tints of Chilean Fire #DE5121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 66.07%
G = 24.11%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE5121 (or 0xDE5121) is known color: Chilean Fire. HEX triplet: DE, 51 and 21. RGB value is (222,81,33). Sum of RGB (Red+Green+Blue) = 222+81+33=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5121 is #21AEDE. Grayscale: #767676. Windows color (decimal): -2207455 or 2183646. OLE color: 2183646.

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

Color convert

RGB 222 81 33 -
CMYK 0 0.64 0.85 0.13
HSL 15.24º 0.74% 0.5% -
HSV(B) 15.24º 0.85% 0.87% -
XYZ 33.34 21.52 3.84 -
YUV 117.69 80.21 202.4 -
System Red Green Blue C M Y K H S L
Decimal 222 81 33 0 0.64 0.85 0.13 15.24 0.74 0.5
Hex DE 51 21 0 40 55 D F 4A 32
Octal 336 121 41 0 100 125 15 17 112 62
Binary 11011110 1010001 100001 0 1000000 1010101 1101 1111 1001010 110010

Color Harmonies of #DE5121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5121

Black with #DE5121

Text Example


Text Example

White with #DE5121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5121; }

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

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

background-color css

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

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

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

border-color css

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

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

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