Html Css Color HEX #DE3D32 Cinnabar

📋 copy color: '#DE3D32'

red 222 ◦ green 61 ◦ blue 50

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

Shades of Cinnabar #DE3D32

Tints of Cinnabar #DE3D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

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

R = 66.67%
G = 18.32%
B = 15.02%

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

#DE3D32 (or 0xDE3D32) is known color: Cinnabar. HEX triplet: DE, 3D and 32. RGB value is (222,61,50). Sum of RGB (Red+Green+Blue) = 222+61+50=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3D32 is #21C2CD. Grayscale: #6C6C6C. Windows color (decimal): -2212558 or 3292638. OLE color: 3292638.

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

Color convert

RGB 222 61 50 -
CMYK 0 0.73 0.77 0.13
HSL 3.84º 0.72% 0.53% -
HSV(B) 3.84º 0.77% 0.87% -
XYZ 32.37 19.1 5 -
YUV 107.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 222 61 50 0 0.73 0.77 0.13 3.84 0.72 0.53
Hex DE 3D 32 0 49 4D D 4 48 35
Octal 336 75 62 0 111 115 15 4 110 65
Binary 11011110 111101 110010 0 1001001 1001101 1101 100 1001000 110101

Color Harmonies of #DE3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3D32

Black with #DE3D32

Text Example


Text Example

White with #DE3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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