Html Css Color HEX #DE4C32 Cinnabar

📋 copy color: '#DE4C32'

red 222 ◦ green 76 ◦ blue 50

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

Shades of Cinnabar #DE4C32

Tints of Cinnabar #DE4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 63.79%
G = 21.84%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE4C32 (or 0xDE4C32) is known color: Cinnabar. HEX triplet: DE, 4C and 32. RGB value is (222,76,50). Sum of RGB (Red+Green+Blue) = 222+76+50=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C32 is #21B3CD. Grayscale: #747474. Windows color (decimal): -2208718 or 3296478. OLE color: 3296478.

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

Color convert

RGB 222 76 50 -
CMYK 0 0.66 0.77 0.13
HSL 9.07º 0.72% 0.53% -
HSV(B) 9.07º 0.77% 0.87% -
XYZ 33.28 20.93 5.3 -
YUV 116.69 90.37 203.11 -
System Red Green Blue C M Y K H S L
Decimal 222 76 50 0 0.66 0.77 0.13 9.07 0.72 0.53
Hex DE 4C 32 0 42 4D D 9 48 35
Octal 336 114 62 0 102 115 15 11 110 65
Binary 11011110 1001100 110010 0 1000010 1001101 1101 1001 1001000 110101

Color Harmonies of #DE4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4C32

Black with #DE4C32

Text Example


Text Example

White with #DE4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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