Html Css Color HEX #DE2B2C Alizarin

📋 copy color: '#DE2B2C'

red 222 ◦ green 43 ◦ blue 44

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

Shades of Alizarin #DE2B2C

Tints of Alizarin #DE2B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.92%

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

R = 71.84%
G = 13.92%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE2B2C (or 0xDE2B2C) is known color: Alizarin. HEX triplet: DE, 2B and 2C. RGB value is (222,43,44). Sum of RGB (Red+Green+Blue) = 222+43+44=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2B2C is #21D4D3. Grayscale: #606060. Windows color (decimal): -2217172 or 2894814. OLE color: 2894814.

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

Color convert

RGB 222 43 44 -
CMYK 0 0.81 0.80 0.13
HSL 359.66º 0.73% 0.52% -
HSV(B) 359.66º 0.81% 0.87% -
XYZ 31.44 17.44 4.09 -
YUV 96.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 222 43 44 0 0.81 0.80 0.13 359.66 0.73 0.52
Hex DE 2B 2C 0 51 50 D 168 49 34
Octal 336 53 54 0 121 120 15 550 111 64
Binary 11011110 101011 101100 0 1010001 1010000 1101 101101000 1001001 110100

Color Harmonies of #DE2B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2B2C

Black with #DE2B2C

Text Example


Text Example

White with #DE2B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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