Html Css Color HEX #ED1A32 Alizarin

📋 copy color: '#ED1A32'

red 237 ◦ green 26 ◦ blue 50

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

Shades of Alizarin #ED1A32

Tints of Alizarin #ED1A32

RGB

 RED value IS 237 (92.97% from 255) = 75.72%

 GREEN value IS 26 (10.55% from 255) = 8.31%

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 75.72%
G = 8.31%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED1A32 (or 0xED1A32) is known color: Alizarin. HEX triplet: ED, 1A and 32. RGB value is (237,26,50). Sum of RGB (Red+Green+Blue) = 237+26+50=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1A32 is #12E5CD. Grayscale: #5B5B5B. Windows color (decimal): -1238478 or 3283693. OLE color: 3283693.

HSL color Cylindrical-coordinate representation of color #ED1A32: hue angle of 353.18º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1A32 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 26 50 -
CMYK 0 0.89 0.79 0.07
HSL 353.18º 0.85% 0.52% -
HSV(B) 353.18º 0.89% 0.93% -
XYZ 35.87 18.97 4.79 -
YUV 91.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 237 26 50 0 0.89 0.79 0.07 353.18 0.85 0.52
Hex ED 1A 32 0 59 4F 7 161 55 34
Octal 355 32 62 0 131 117 7 541 125 64
Binary 11101101 11010 110010 0 1011001 1001111 111 101100001 1010101 110100

Color Harmonies of #ED1A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1A32

Black with #ED1A32

Text Example


Text Example

White with #ED1A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1A32; }

 p { color: rgb(237,26,50); }

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

background-color css

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

 a { background-color: rgb(237,26,50); }

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

border-color css

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

 span { border-color: rgb(237,26,50); }

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