Html Css Color HEX #DE391F Cinnabar

📋 copy color: '#DE391F'

red 222 ◦ green 57 ◦ blue 31

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

Shades of Cinnabar #DE391F

Tints of Cinnabar #DE391F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

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

R = 71.61%
G = 18.39%
B = 10%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE391F (or 0xDE391F) is known color: Cinnabar. HEX triplet: DE, 39 and 1F. RGB value is (222,57,31). Sum of RGB (Red+Green+Blue) = 222+57+31=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE391F is #21C6E0. Grayscale: #676767. Windows color (decimal): -2213601 or 2046430. OLE color: 2046430.

HSL color Cylindrical-coordinate representation of color #DE391F: hue angle of 8.17º 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 #DE391F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 57 31 -
CMYK 0 0.74 0.86 0.13
HSL 8.17º 0.75% 0.5% -
HSV(B) 8.17º 0.86% 0.87% -
XYZ 31.83 18.55 3.2 -
YUV 103.37 87.16 212.61 -
System Red Green Blue C M Y K H S L
Decimal 222 57 31 0 0.74 0.86 0.13 8.17 0.75 0.5
Hex DE 39 1F 0 4A 56 D 8 4B 32
Octal 336 71 37 0 112 126 15 10 113 62
Binary 11011110 111001 11111 0 1001010 1010110 1101 1000 1001011 110010

Color Harmonies of #DE391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE391F

Black with #DE391F

Text Example


Text Example

White with #DE391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE391F; }

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

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

background-color css

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

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

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

border-color css

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

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

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