Html Css Color HEX #ED2033 Alizarin

📋 copy color: '#ED2033'

red 237 ◦ green 32 ◦ blue 51

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

Shades of Alizarin #ED2033

Tints of Alizarin #ED2033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

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

R = 74.06%
G = 10%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED2033 (or 0xED2033) is known color: Alizarin. HEX triplet: ED, 20 and 33. RGB value is (237,32,51). Sum of RGB (Red+Green+Blue) = 237+32+51=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2033 is #12DFCC. Grayscale: #5F5F5F. Windows color (decimal): -1236941 or 3350765. OLE color: 3350765.

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

Color convert

RGB 237 32 51 -
CMYK 0 0.86 0.78 0.07
HSL 354.44º 0.85% 0.53% -
HSV(B) 354.44º 0.86% 0.93% -
XYZ 36.04 19.28 4.95 -
YUV 95.46 102.92 228.96 -
System Red Green Blue C M Y K H S L
Decimal 237 32 51 0 0.86 0.78 0.07 354.44 0.85 0.53
Hex ED 20 33 0 56 4E 7 162 55 35
Octal 355 40 63 0 126 116 7 542 125 65
Binary 11101101 100000 110011 0 1010110 1001110 111 101100010 1010101 110101

Color Harmonies of #ED2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2033

Black with #ED2033

Text Example


Text Example

White with #ED2033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2033; }

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

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

background-color css

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

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

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

border-color css

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

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

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