Html Css Color HEX #DE4844 Cinnabar

📋 copy color: '#DE4844'

red 222 ◦ green 72 ◦ blue 68

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

Shades of Cinnabar #DE4844

Tints of Cinnabar #DE4844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

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

R = 61.33%
G = 19.89%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE4844 (or 0xDE4844) is known color: Cinnabar. HEX triplet: DE, 48 and 44. RGB value is (222,72,68). Sum of RGB (Red+Green+Blue) = 222+72+68=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4844 is #21B7BB. Grayscale: #747474. Windows color (decimal): -2209724 or 4475102. OLE color: 4475102.

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

Color convert

RGB 222 72 68 -
CMYK 0 0.68 0.69 0.13
HSL 1.56º 0.7% 0.57% -
HSV(B) 1.56º 0.69% 0.87% -
XYZ 33.48 20.58 7.68 -
YUV 116.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 222 72 68 0 0.68 0.69 0.13 1.56 0.7 0.57
Hex DE 48 44 0 44 45 D 2 46 39
Octal 336 110 104 0 104 105 15 2 106 71
Binary 11011110 1001000 1000100 0 1000100 1000101 1101 10 1000110 111001

Color Harmonies of #DE4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4844

Black with #DE4844

Text Example


Text Example

White with #DE4844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4844; }

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

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

background-color css

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

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

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

border-color css

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

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

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