Html Css Color HEX #DE2834 Alizarin

📋 copy color: '#DE2834'

red 222 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #DE2834

Tints of Alizarin #DE2834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 70.7%
G = 12.74%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE2834 (or 0xDE2834) is known color: Alizarin. HEX triplet: DE, 28 and 34. RGB value is (222,40,52). Sum of RGB (Red+Green+Blue) = 222+40+52=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2834 is #21D7CB. Grayscale: #5F5F5F. Windows color (decimal): -2217932 or 3418334. OLE color: 3418334.

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

Color convert

RGB 222 40 52 -
CMYK 0 0.82 0.77 0.13
HSL 356.04º 0.73% 0.51% -
HSV(B) 356.04º 0.82% 0.87% -
XYZ 31.5 17.3 4.93 -
YUV 95.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 222 40 52 0 0.82 0.77 0.13 356.04 0.73 0.51
Hex DE 28 34 0 52 4D D 164 49 33
Octal 336 50 64 0 122 115 15 544 111 63
Binary 11011110 101000 110100 0 1010010 1001101 1101 101100100 1001001 110011

Color Harmonies of #DE2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2834

Black with #DE2834

Text Example


Text Example

White with #DE2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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