Html Css Color HEX #DE5E1F Chocolate

📋 copy color: '#DE5E1F'

red 222 ◦ green 94 ◦ blue 31

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

Shades of Chocolate #DE5E1F

Tints of Chocolate #DE5E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 63.98%
G = 27.09%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE5E1F (or 0xDE5E1F) is known color: Chocolate. HEX triplet: DE, 5E and 1F. RGB value is (222,94,31). Sum of RGB (Red+Green+Blue) = 222+94+31=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E1F is #21A1E0. Grayscale: #7D7D7D. Windows color (decimal): -2204129 or 2055902. OLE color: 2055902.

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

Color convert

RGB 222 94 31 -
CMYK 0 0.58 0.86 0.13
HSL 19.79º 0.75% 0.5% -
HSV(B) 19.79º 0.86% 0.87% -
XYZ 34.37 23.63 4.05 -
YUV 125.09 74.91 197.12 -
System Red Green Blue C M Y K H S L
Decimal 222 94 31 0 0.58 0.86 0.13 19.79 0.75 0.5
Hex DE 5E 1F 0 3A 56 D 14 4B 32
Octal 336 136 37 0 72 126 15 24 113 62
Binary 11011110 1011110 11111 0 111010 1010110 1101 10100 1001011 110010

Color Harmonies of #DE5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E1F

Black with #DE5E1F

Text Example


Text Example

White with #DE5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E1F; }

 p { color: rgb(222,94,31); }

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

background-color css

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

 a { background-color: rgb(222,94,31); }

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

border-color css

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

 span { border-color: rgb(222,94,31); }

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