Html Css Color HEX #ED1833 Alizarin

📋 copy color: '#ED1833'

red 237 ◦ green 24 ◦ blue 51

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

Shades of Alizarin #ED1833

Tints of Alizarin #ED1833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 75.96%
G = 7.69%
B = 16.35%

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

#ED1833 (or 0xED1833) is known color: Alizarin. HEX triplet: ED, 18 and 33. RGB value is (237,24,51). Sum of RGB (Red+Green+Blue) = 237+24+51=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1833 is #12E7CC. Grayscale: #5A5A5A. Windows color (decimal): -1238989 or 3348717. OLE color: 3348717.

HSL color Cylindrical-coordinate representation of color #ED1833: hue angle of 352.39º 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 #ED1833 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 24 51 -
CMYK 0 0.90 0.78 0.07
HSL 352.39º 0.86% 0.51% -
HSV(B) 352.39º 0.9% 0.93% -
XYZ 35.85 18.9 4.89 -
YUV 90.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 237 24 51 0 0.90 0.78 0.07 352.39 0.86 0.51
Hex ED 18 33 0 5A 4E 7 160 56 33
Octal 355 30 63 0 132 116 7 540 126 63
Binary 11101101 11000 110011 0 1011010 1001110 111 101100000 1010110 110011

Color Harmonies of #ED1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1833

Black with #ED1833

Text Example


Text Example

White with #ED1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1833; }

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

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

background-color css

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

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

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

border-color css

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

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

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