Html Css Color HEX #DE5929 Chilean Fire

📋 copy color: '#DE5929'

red 222 ◦ green 89 ◦ blue 41

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

Shades of Chilean Fire #DE5929

Tints of Chilean Fire #DE5929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 41 (16.41% from 255) = 11.65%

R = 63.07%
G = 25.28%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE5929 (or 0xDE5929) is known color: Chilean Fire. HEX triplet: DE, 59 and 29. RGB value is (222,89,41). Sum of RGB (Red+Green+Blue) = 222+89+41=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5929 is #21A6D6. Grayscale: #7B7B7B. Windows color (decimal): -2205399 or 2709982. OLE color: 2709982.

HSL color Cylindrical-coordinate representation of color #DE5929: hue angle of 15.91º degrees, saturation: 0.73, 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 #DE5929 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 89 41 -
CMYK 0 0.60 0.82 0.13
HSL 15.91º 0.73% 0.52% -
HSV(B) 15.91º 0.82% 0.87% -
XYZ 34.1 22.83 4.71 -
YUV 123.3 81.56 198.4 -
System Red Green Blue C M Y K H S L
Decimal 222 89 41 0 0.60 0.82 0.13 15.91 0.73 0.52
Hex DE 59 29 0 3C 52 D 10 49 34
Octal 336 131 51 0 74 122 15 20 111 64
Binary 11011110 1011001 101001 0 111100 1010010 1101 10000 1001001 110100

Color Harmonies of #DE5929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5929

Black with #DE5929

Text Example


Text Example

White with #DE5929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5929; }

 p { color: rgb(222,89,41); }

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

background-color css

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

 a { background-color: rgb(222,89,41); }

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

border-color css

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

 span { border-color: rgb(222,89,41); }

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