Html Css Color HEX #DE2535 Alizarin

📋 copy color: '#DE2535'

red 222 ◦ green 37 ◦ blue 53

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

Shades of Alizarin #DE2535

Tints of Alizarin #DE2535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 71.15%
G = 11.86%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE2535 (or 0xDE2535) is known color: Alizarin. HEX triplet: DE, 25 and 35. RGB value is (222,37,53). Sum of RGB (Red+Green+Blue) = 222+37+53=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2535 is #21DACA. Grayscale: #5E5E5E. Windows color (decimal): -2218699 or 3483102. OLE color: 3483102.

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

Color convert

RGB 222 37 53 -
CMYK 0 0.83 0.76 0.13
HSL 354.81º 0.74% 0.51% -
HSV(B) 354.81º 0.83% 0.87% -
XYZ 31.43 17.11 5.01 -
YUV 94.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 222 37 53 0 0.83 0.76 0.13 354.81 0.74 0.51
Hex DE 25 35 0 53 4C D 163 4A 33
Octal 336 45 65 0 123 114 15 543 112 63
Binary 11011110 100101 110101 0 1010011 1001100 1101 101100011 1001010 110011

Color Harmonies of #DE2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2535

Black with #DE2535

Text Example


Text Example

White with #DE2535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2535; }

 p { color: rgb(222,37,53); }

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

background-color css

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

 a { background-color: rgb(222,37,53); }

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

border-color css

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

 span { border-color: rgb(222,37,53); }

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