Html Css Color HEX #DE5123 Chilean Fire

📋 copy color: '#DE5123'

red 222 ◦ green 81 ◦ blue 35

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

Shades of Chilean Fire #DE5123

Tints of Chilean Fire #DE5123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.36%

R = 65.68%
G = 23.96%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE5123 (or 0xDE5123) is known color: Chilean Fire. HEX triplet: DE, 51 and 23. RGB value is (222,81,35). Sum of RGB (Red+Green+Blue) = 222+81+35=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5123 is #21AEDC. Grayscale: #767676. Windows color (decimal): -2207453 or 2314718. OLE color: 2314718.

HSL color Cylindrical-coordinate representation of color #DE5123: hue angle of 14.76º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE5123 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 81 35 -
CMYK 0 0.64 0.84 0.13
HSL 14.76º 0.74% 0.5% -
HSV(B) 14.76º 0.84% 0.87% -
XYZ 33.37 21.54 3.99 -
YUV 117.92 81.21 202.24 -
System Red Green Blue C M Y K H S L
Decimal 222 81 35 0 0.64 0.84 0.13 14.76 0.74 0.5
Hex DE 51 23 0 40 54 D F 4A 32
Octal 336 121 43 0 100 124 15 17 112 62
Binary 11011110 1010001 100011 0 1000000 1010100 1101 1111 1001010 110010

Color Harmonies of #DE5123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5123

Black with #DE5123

Text Example


Text Example

White with #DE5123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5123; }

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

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

background-color css

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

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

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

border-color css

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

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

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