Html Css Color HEX #ED1E2A Alizarin

📋 copy color: '#ED1E2A'

red 237 ◦ green 30 ◦ blue 42

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

Shades of Alizarin #ED1E2A

Tints of Alizarin #ED1E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 76.7%
G = 9.71%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED1E2A (or 0xED1E2A) is known color: Alizarin. HEX triplet: ED, 1E and 2A. RGB value is (237,30,42). Sum of RGB (Red+Green+Blue) = 237+30+42=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1E2A is #12E1D5. Grayscale: #5D5D5D. Windows color (decimal): -1237462 or 2760429. OLE color: 2760429.

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

Color convert

RGB 237 30 42 -
CMYK 0 0.87 0.82 0.07
HSL 356.52º 0.85% 0.52% -
HSV(B) 356.52º 0.87% 0.93% -
XYZ 35.81 19.1 3.99 -
YUV 93.26 99.08 230.52 -
System Red Green Blue C M Y K H S L
Decimal 237 30 42 0 0.87 0.82 0.07 356.52 0.85 0.52
Hex ED 1E 2A 0 57 52 7 165 55 34
Octal 355 36 52 0 127 122 7 545 125 64
Binary 11101101 11110 101010 0 1010111 1010010 111 101100101 1010101 110100

Color Harmonies of #ED1E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1E2A

Black with #ED1E2A

Text Example


Text Example

White with #ED1E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1E2A; }

 p { color: rgb(237,30,42); }

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

background-color css

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

 a { background-color: rgb(237,30,42); }

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

border-color css

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

 span { border-color: rgb(237,30,42); }

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