Html Css Color HEX #ED1834 Alizarin

📋 copy color: '#ED1834'

red 237 ◦ green 24 ◦ blue 52

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

Shades of Alizarin #ED1834

Tints of Alizarin #ED1834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 75.72%
G = 7.67%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED1834 (or 0xED1834) is known color: Alizarin. HEX triplet: ED, 18 and 34. RGB value is (237,24,52). Sum of RGB (Red+Green+Blue) = 237+24+52=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1834 is #12E7CB. Grayscale: #5A5A5A. Windows color (decimal): -1238988 or 3414253. OLE color: 3414253.

HSL color Cylindrical-coordinate representation of color #ED1834: hue angle of 352.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1834 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 24 52 -
CMYK 0 0.90 0.78 0.07
HSL 352.11º 0.86% 0.51% -
HSV(B) 352.11º 0.9% 0.93% -
XYZ 35.87 18.91 5.01 -
YUV 90.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 237 24 52 0 0.90 0.78 0.07 352.11 0.86 0.51
Hex ED 18 34 0 5A 4E 7 160 56 33
Octal 355 30 64 0 132 116 7 540 126 63
Binary 11101101 11000 110100 0 1011010 1001110 111 101100000 1010110 110011

Color Harmonies of #ED1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1834

Black with #ED1834

Text Example


Text Example

White with #ED1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1834; }

 p { color: rgb(237,24,52); }

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

background-color css

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

 a { background-color: rgb(237,24,52); }

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

border-color css

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

 span { border-color: rgb(237,24,52); }

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