Html Css Color HEX #DE3E27 Cinnabar

📋 copy color: '#DE3E27'

red 222 ◦ green 62 ◦ blue 39

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

Shades of Cinnabar #DE3E27

Tints of Cinnabar #DE3E27

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 68.73%
G = 19.2%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE3E27 (or 0xDE3E27) is known color: Cinnabar. HEX triplet: DE, 3E and 27. RGB value is (222,62,39). Sum of RGB (Red+Green+Blue) = 222+62+39=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E27 is #21C1D8. Grayscale: #6B6B6B. Windows color (decimal): -2212313 or 2571998. OLE color: 2571998.

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

Color convert

RGB 222 62 39 -
CMYK 0 0.72 0.82 0.13
HSL 7.54º 0.73% 0.51% -
HSV(B) 7.54º 0.82% 0.87% -
XYZ 32.21 19.12 3.91 -
YUV 107.22 89.51 209.87 -
System Red Green Blue C M Y K H S L
Decimal 222 62 39 0 0.72 0.82 0.13 7.54 0.73 0.51
Hex DE 3E 27 0 48 52 D 8 49 33
Octal 336 76 47 0 110 122 15 10 111 63
Binary 11011110 111110 100111 0 1001000 1010010 1101 1000 1001001 110011

Color Harmonies of #DE3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3E27

Black with #DE3E27

Text Example


Text Example

White with #DE3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3E27; }

 p { color: rgb(222,62,39); }

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

background-color css

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

 a { background-color: rgb(222,62,39); }

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

border-color css

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

 span { border-color: rgb(222,62,39); }

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