Html Css Color HEX #DE4A32 Cinnabar

📋 copy color: '#DE4A32'

red 222 ◦ green 74 ◦ blue 50

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

Shades of Cinnabar #DE4A32

Tints of Cinnabar #DE4A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

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

R = 64.16%
G = 21.39%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE4A32 (or 0xDE4A32) is known color: Cinnabar. HEX triplet: DE, 4A and 32. RGB value is (222,74,50). Sum of RGB (Red+Green+Blue) = 222+74+50=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4A32 is #21B5CD. Grayscale: #737373. Windows color (decimal): -2209230 or 3295966. OLE color: 3295966.

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

Color convert

RGB 222 74 50 -
CMYK 0 0.67 0.77 0.13
HSL 8.37º 0.72% 0.53% -
HSV(B) 8.37º 0.77% 0.87% -
XYZ 33.15 20.66 5.26 -
YUV 115.52 91.03 203.95 -
System Red Green Blue C M Y K H S L
Decimal 222 74 50 0 0.67 0.77 0.13 8.37 0.72 0.53
Hex DE 4A 32 0 43 4D D 8 48 35
Octal 336 112 62 0 103 115 15 10 110 65
Binary 11011110 1001010 110010 0 1000011 1001101 1101 1000 1001000 110101

Color Harmonies of #DE4A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4A32

Black with #DE4A32

Text Example


Text Example

White with #DE4A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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