Html Css Color HEX #DE3B32 Cinnabar

📋 copy color: '#DE3B32'

red 222 ◦ green 59 ◦ blue 50

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

Shades of Cinnabar #DE3B32

Tints of Cinnabar #DE3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 67.07%
G = 17.82%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE3B32 (or 0xDE3B32) is known color: Cinnabar. HEX triplet: DE, 3B and 32. RGB value is (222,59,50). Sum of RGB (Red+Green+Blue) = 222+59+50=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3B32 is #21C4CD. Grayscale: #6A6A6A. Windows color (decimal): -2213070 or 3292126. OLE color: 3292126.

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

Color convert

RGB 222 59 50 -
CMYK 0 0.73 0.77 0.13
HSL 3.14º 0.72% 0.53% -
HSV(B) 3.14º 0.77% 0.87% -
XYZ 32.26 18.89 4.96 -
YUV 106.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 222 59 50 0 0.73 0.77 0.13 3.14 0.72 0.53
Hex DE 3B 32 0 49 4D D 3 48 35
Octal 336 73 62 0 111 115 15 3 110 65
Binary 11011110 111011 110010 0 1001001 1001101 1101 11 1001000 110101

Color Harmonies of #DE3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3B32

Black with #DE3B32

Text Example


Text Example

White with #DE3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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