Html Css Color HEX #DE3A32 Cinnabar

📋 copy color: '#DE3A32'

red 222 ◦ green 58 ◦ blue 50

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

Shades of Cinnabar #DE3A32

Tints of Cinnabar #DE3A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 67.27%
G = 17.58%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE3A32 (or 0xDE3A32) is known color: Cinnabar. HEX triplet: DE, 3A and 32. RGB value is (222,58,50). Sum of RGB (Red+Green+Blue) = 222+58+50=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A32 is #21C5CD. Grayscale: #6A6A6A. Windows color (decimal): -2213326 or 3291870. OLE color: 3291870.

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

Color convert

RGB 222 58 50 -
CMYK 0 0.74 0.77 0.13
HSL 2.79º 0.72% 0.53% -
HSV(B) 2.79º 0.77% 0.87% -
XYZ 32.21 18.79 4.95 -
YUV 106.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 222 58 50 0 0.74 0.77 0.13 2.79 0.72 0.53
Hex DE 3A 32 0 4A 4D D 3 48 35
Octal 336 72 62 0 112 115 15 3 110 65
Binary 11011110 111010 110010 0 1001010 1001101 1101 11 1001000 110101

Color Harmonies of #DE3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3A32

Black with #DE3A32

Text Example


Text Example

White with #DE3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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