Html Css Color HEX #DE4444 Cinnabar

📋 copy color: '#DE4444'

red 222 ◦ green 68 ◦ blue 68

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

Shades of Cinnabar #DE4444

Tints of Cinnabar #DE4444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 62.01%
G = 18.99%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE4444 (or 0xDE4444) is known color: Cinnabar. HEX triplet: DE, 44 and 44. RGB value is (222,68,68). Sum of RGB (Red+Green+Blue) = 222+68+68=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4444 is #21BBBB. Grayscale: #727272. Windows color (decimal): -2210748 or 4474078. OLE color: 4474078.

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

Color convert

RGB 222 68 68 -
CMYK 0 0.69 0.69 0.13
HSL 0.7% 0.57% -
HSV(B) 0.69% 0.87% -
XYZ 33.23 20.08 7.59 -
YUV 114.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 222 68 68 0 0.69 0.69 0.13 0 0.7 0.57
Hex DE 44 44 0 45 45 D 0 46 39
Octal 336 104 104 0 105 105 15 0 106 71
Binary 11011110 1000100 1000100 0 1000101 1000101 1101 0 1000110 111001

Color Harmonies of #DE4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4444

Black with #DE4444

Text Example


Text Example

White with #DE4444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4444; }

 p { color: rgb(222,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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