Html Css Color HEX #ED3033 Alizarin

📋 copy color: '#ED3033'

red 237 ◦ green 48 ◦ blue 51

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

Shades of Alizarin #ED3033

Tints of Alizarin #ED3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.29%

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

R = 70.54%
G = 14.29%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3033 (or 0xED3033) is known color: Alizarin. HEX triplet: ED, 30 and 33. RGB value is (237,48,51). Sum of RGB (Red+Green+Blue) = 237+48+51=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3033 is #12CFCC. Grayscale: #696969. Windows color (decimal): -1232845 or 3354861. OLE color: 3354861.

HSL color Cylindrical-coordinate representation of color #ED3033: hue angle of 359.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3033 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 51 -
CMYK 0 0.80 0.78 0.07
HSL 359.05º 0.84% 0.56% -
HSV(B) 359.05º 0.8% 0.93% -
XYZ 36.58 20.36 5.13 -
YUV 104.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 237 48 51 0 0.80 0.78 0.07 359.05 0.84 0.56
Hex ED 30 33 0 50 4E 7 167 54 38
Octal 355 60 63 0 120 116 7 547 124 70
Binary 11101101 110000 110011 0 1010000 1001110 111 101100111 1010100 111000

Color Harmonies of #ED3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3033

Black with #ED3033

Text Example


Text Example

White with #ED3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3033; }

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

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

background-color css

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

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

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

border-color css

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

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

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