Html Css Color HEX #DE2D35 Alizarin

📋 copy color: '#DE2D35'

red 222 ◦ green 45 ◦ blue 53

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

Shades of Alizarin #DE2D35

Tints of Alizarin #DE2D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

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

R = 69.38%
G = 14.06%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE2D35 (or 0xDE2D35) is known color: Alizarin. HEX triplet: DE, 2D and 35. RGB value is (222,45,53). Sum of RGB (Red+Green+Blue) = 222+45+53=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D35 is #21D2CA. Grayscale: #626262. Windows color (decimal): -2216651 or 3485150. OLE color: 3485150.

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

Color convert

RGB 222 45 53 -
CMYK 0 0.80 0.76 0.13
HSL 357.29º 0.73% 0.52% -
HSV(B) 357.29º 0.8% 0.87% -
XYZ 31.71 17.66 5.11 -
YUV 98.84 102.14 215.85 -
System Red Green Blue C M Y K H S L
Decimal 222 45 53 0 0.80 0.76 0.13 357.29 0.73 0.52
Hex DE 2D 35 0 50 4C D 165 49 34
Octal 336 55 65 0 120 114 15 545 111 64
Binary 11011110 101101 110101 0 1010000 1001100 1101 101100101 1001001 110100

Color Harmonies of #DE2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D35

Black with #DE2D35

Text Example


Text Example

White with #DE2D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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