Html Css Color HEX #DE5530 Chilean Fire

📋 copy color: '#DE5530'

red 222 ◦ green 85 ◦ blue 48

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

Shades of Chilean Fire #DE5530

Tints of Chilean Fire #DE5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 48 (19.14% from 255) = 13.52%

R = 62.54%
G = 23.94%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE5530 (or 0xDE5530) is known color: Chilean Fire. HEX triplet: DE, 55 and 30. RGB value is (222,85,48). Sum of RGB (Red+Green+Blue) = 222+85+48=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5530 is #21AACF. Grayscale: #7A7A7A. Windows color (decimal): -2206416 or 3167710. OLE color: 3167710.

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

Color convert

RGB 222 85 48 -
CMYK 0 0.62 0.78 0.13
HSL 12.76º 0.73% 0.53% -
HSV(B) 12.76º 0.78% 0.87% -
XYZ 33.91 22.24 5.3 -
YUV 121.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 222 85 48 0 0.62 0.78 0.13 12.76 0.73 0.53
Hex DE 55 30 0 3E 4E D D 48 35
Octal 336 125 60 0 76 116 15 15 110 65
Binary 11011110 1010101 110000 0 111110 1001110 1101 1101 1001000 110101

Color Harmonies of #DE5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5530

Black with #DE5530

Text Example


Text Example

White with #DE5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5530; }

 p { color: rgb(222,85,48); }

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

background-color css

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

 a { background-color: rgb(222,85,48); }

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

border-color css

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

 span { border-color: rgb(222,85,48); }

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