Html Css Color HEX #DE4A44 Cinnabar

📋 copy color: '#DE4A44'

red 222 ◦ green 74 ◦ blue 68

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

Shades of Cinnabar #DE4A44

Tints of Cinnabar #DE4A44

RGB

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

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

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

R = 60.99%
G = 20.33%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE4A44 (or 0xDE4A44) is known color: Cinnabar. HEX triplet: DE, 4A and 44. RGB value is (222,74,68). Sum of RGB (Red+Green+Blue) = 222+74+68=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4A44 is #21B5BB. Grayscale: #757575. Windows color (decimal): -2209212 or 4475614. OLE color: 4475614.

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

Color convert

RGB 222 74 68 -
CMYK 0 0.67 0.69 0.13
HSL 2.34º 0.7% 0.57% -
HSV(B) 2.34º 0.69% 0.87% -
XYZ 33.62 20.84 7.72 -
YUV 117.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 222 74 68 0 0.67 0.69 0.13 2.34 0.7 0.57
Hex DE 4A 44 0 43 45 D 2 46 39
Octal 336 112 104 0 103 105 15 2 106 71
Binary 11011110 1001010 1000100 0 1000011 1000101 1101 10 1000110 111001

Color Harmonies of #DE4A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4A44

Black with #DE4A44

Text Example


Text Example

White with #DE4A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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