Html Css Color HEX #ED292A Alizarin

📋 copy color: '#ED292A'

red 237 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #ED292A

Tints of Alizarin #ED292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

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

R = 74.06%
G = 12.81%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED292A (or 0xED292A) is known color: Alizarin. HEX triplet: ED, 29 and 2A. RGB value is (237,41,42). Sum of RGB (Red+Green+Blue) = 237+41+42=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED292A is #12D6D5. Grayscale: #636363. Windows color (decimal): -1234646 or 2763245. OLE color: 2763245.

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

Color convert

RGB 237 41 42 -
CMYK 0 0.83 0.82 0.07
HSL 359.69º 0.84% 0.55% -
HSV(B) 359.69º 0.83% 0.93% -
XYZ 36.14 19.76 4.1 -
YUV 99.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 237 41 42 0 0.83 0.82 0.07 359.69 0.84 0.55
Hex ED 29 2A 0 53 52 7 168 54 37
Octal 355 51 52 0 123 122 7 550 124 67
Binary 11101101 101001 101010 0 1010011 1010010 111 101101000 1010100 110111

Color Harmonies of #ED292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED292A

Black with #ED292A

Text Example


Text Example

White with #ED292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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