Html Css Color HEX #DE5A3B Chilean Fire

📋 copy color: '#DE5A3B'

red 222 ◦ green 90 ◦ blue 59

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

Shades of Chilean Fire #DE5A3B

Tints of Chilean Fire #DE5A3B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 59.84%
G = 24.26%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE5A3B (or 0xDE5A3B) is known color: Chilean Fire. HEX triplet: DE, 5A and 3B. RGB value is (222,90,59). Sum of RGB (Red+Green+Blue) = 222+90+59=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5A3B is #21A5C4. Grayscale: #7E7E7E. Windows color (decimal): -2205125 or 3889886. OLE color: 3889886.

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

Color convert

RGB 222 90 59 -
CMYK 0 0.59 0.73 0.13
HSL 11.41º 0.71% 0.55% -
HSV(B) 11.41º 0.73% 0.87% -
XYZ 34.57 23.16 6.79 -
YUV 125.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 222 90 59 0 0.59 0.73 0.13 11.41 0.71 0.55
Hex DE 5A 3B 0 3B 49 D B 47 37
Octal 336 132 73 0 73 111 15 13 107 67
Binary 11011110 1011010 111011 0 111011 1001001 1101 1011 1000111 110111

Color Harmonies of #DE5A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5A3B

Black with #DE5A3B

Text Example


Text Example

White with #DE5A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5A3B; }

 p { color: rgb(222,90,59); }

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

background-color css

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

 a { background-color: rgb(222,90,59); }

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

border-color css

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

 span { border-color: rgb(222,90,59); }

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