Html Css Color HEX #E21D35 Alizarin

📋 copy color: '#E21D35'

red 226 ◦ green 29 ◦ blue 53

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

Shades of Alizarin #E21D35

Tints of Alizarin #E21D35

RGB

 RED value IS 226 (88.67% from 255) = 73.38%

 GREEN value IS 29 (11.72% from 255) = 9.42%

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

R = 73.38%
G = 9.42%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E21D35 (or 0xE21D35) is known color: Alizarin. HEX triplet: E2, 1D and 35. RGB value is (226,29,53). Sum of RGB (Red+Green+Blue) = 226+29+53=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D35 is #1DE2CA. Grayscale: #5A5A5A. Windows color (decimal): -1958603 or 3481058. OLE color: 3481058.

HSL color Cylindrical-coordinate representation of color #E21D35: hue angle of 352.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D35 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 29 53 -
CMYK 0 0.87 0.77 0.11
HSL 352.69º 0.77% 0.5% -
HSV(B) 352.69º 0.87% 0.89% -
XYZ 32.45 17.3 5 -
YUV 90.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 226 29 53 0 0.87 0.77 0.11 352.69 0.77 0.5
Hex E2 1D 35 0 57 4D B 161 4D 32
Octal 342 35 65 0 127 115 13 541 115 62
Binary 11100010 11101 110101 0 1010111 1001101 1011 101100001 1001101 110010

Color Harmonies of #E21D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D35

Black with #E21D35

Text Example


Text Example

White with #E21D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D35; }

 p { color: rgb(226,29,53); }

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

background-color css

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

 a { background-color: rgb(226,29,53); }

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

border-color css

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

 span { border-color: rgb(226,29,53); }

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