Html Css Color HEX #DE4C2C Cinnabar

📋 copy color: '#DE4C2C'

red 222 ◦ green 76 ◦ blue 44

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

Shades of Cinnabar #DE4C2C

Tints of Cinnabar #DE4C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 64.91%
G = 22.22%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE4C2C (or 0xDE4C2C) is known color: Cinnabar. HEX triplet: DE, 4C and 2C. RGB value is (222,76,44). Sum of RGB (Red+Green+Blue) = 222+76+44=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C2C is #21B3D3. Grayscale: #747474. Windows color (decimal): -2208724 or 2903262. OLE color: 2903262.

HSL color Cylindrical-coordinate representation of color #DE4C2C: hue angle of 10.79º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE4C2C is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 76 44 -
CMYK 0 0.66 0.80 0.13
HSL 10.79º 0.73% 0.52% -
HSV(B) 10.79º 0.8% 0.87% -
XYZ 33.16 20.88 4.67 -
YUV 116.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 222 76 44 0 0.66 0.80 0.13 10.79 0.73 0.52
Hex DE 4C 2C 0 42 50 D B 49 34
Octal 336 114 54 0 102 120 15 13 111 64
Binary 11011110 1001100 101100 0 1000010 1010000 1101 1011 1001001 110100

Color Harmonies of #DE4C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4C2C

Black with #DE4C2C

Text Example


Text Example

White with #DE4C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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