Html Css Color HEX #DE4D2C Cinnabar

📋 copy color: '#DE4D2C'

red 222 ◦ green 77 ◦ blue 44

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

Shades of Cinnabar #DE4D2C

Tints of Cinnabar #DE4D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

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

R = 64.72%
G = 22.45%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE4D2C (or 0xDE4D2C) is known color: Cinnabar. HEX triplet: DE, 4D and 2C. RGB value is (222,77,44). Sum of RGB (Red+Green+Blue) = 222+77+44=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D2C is #21B2D3. Grayscale: #747474. Windows color (decimal): -2208468 or 2903518. OLE color: 2903518.

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

Color convert

RGB 222 77 44 -
CMYK 0 0.65 0.80 0.13
HSL 11.12º 0.73% 0.52% -
HSV(B) 11.12º 0.8% 0.87% -
XYZ 33.23 21.02 4.69 -
YUV 116.59 87.04 203.18 -
System Red Green Blue C M Y K H S L
Decimal 222 77 44 0 0.65 0.80 0.13 11.12 0.73 0.52
Hex DE 4D 2C 0 41 50 D B 49 34
Octal 336 115 54 0 101 120 15 13 111 64
Binary 11011110 1001101 101100 0 1000001 1010000 1101 1011 1001001 110100

Color Harmonies of #DE4D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D2C

Black with #DE4D2C

Text Example


Text Example

White with #DE4D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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