Html Css Color HEX #DE2830 Alizarin

📋 copy color: '#DE2830'

red 222 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #DE2830

Tints of Alizarin #DE2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 71.61%
G = 12.9%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE2830 (or 0xDE2830) is known color: Alizarin. HEX triplet: DE, 28 and 30. RGB value is (222,40,48). Sum of RGB (Red+Green+Blue) = 222+40+48=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2830 is #21D7CF. Grayscale: #5F5F5F. Windows color (decimal): -2217936 or 3156190. OLE color: 3156190.

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

Color convert

RGB 222 40 48 -
CMYK 0 0.82 0.78 0.13
HSL 357.36º 0.73% 0.51% -
HSV(B) 357.36º 0.82% 0.87% -
XYZ 31.42 17.26 4.47 -
YUV 95.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 222 40 48 0 0.82 0.78 0.13 357.36 0.73 0.51
Hex DE 28 30 0 52 4E D 165 49 33
Octal 336 50 60 0 122 116 15 545 111 63
Binary 11011110 101000 110000 0 1010010 1001110 1101 101100101 1001001 110011

Color Harmonies of #DE2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2830

Black with #DE2830

Text Example


Text Example

White with #DE2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2830; }

 p { color: rgb(222,40,48); }

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

background-color css

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

 a { background-color: rgb(222,40,48); }

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

border-color css

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

 span { border-color: rgb(222,40,48); }

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