Html Css Color HEX #DE5828 Chilean Fire

📋 copy color: '#DE5828'

red 222 ◦ green 88 ◦ blue 40

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

Shades of Chilean Fire #DE5828

Tints of Chilean Fire #DE5828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 63.43%
G = 25.14%
B = 11.43%

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

#DE5828 (or 0xDE5828) is known color: Chilean Fire. HEX triplet: DE, 58 and 28. RGB value is (222,88,40). Sum of RGB (Red+Green+Blue) = 222+88+40=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5828 is #21A7D7. Grayscale: #7A7A7A. Windows color (decimal): -2205656 or 2644190. OLE color: 2644190.

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

Color convert

RGB 222 88 40 -
CMYK 0 0.60 0.82 0.13
HSL 15.82º 0.73% 0.51% -
HSV(B) 15.82º 0.82% 0.87% -
XYZ 34 22.66 4.59 -
YUV 122.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 222 88 40 0 0.60 0.82 0.13 15.82 0.73 0.51
Hex DE 58 28 0 3C 52 D 10 49 33
Octal 336 130 50 0 74 122 15 20 111 63
Binary 11011110 1011000 101000 0 111100 1010010 1101 10000 1001001 110011

Color Harmonies of #DE5828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5828

Black with #DE5828

Text Example


Text Example

White with #DE5828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5828; }

 p { color: rgb(222,88,40); }

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

background-color css

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

 a { background-color: rgb(222,88,40); }

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

border-color css

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

 span { border-color: rgb(222,88,40); }

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