Html Css Color HEX #ED3233 Alizarin

📋 copy color: '#ED3233'

red 237 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #ED3233

Tints of Alizarin #ED3233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 70.12%
G = 14.79%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3233 (or 0xED3233) is known color: Alizarin. HEX triplet: ED, 32 and 33. RGB value is (237,50,51). Sum of RGB (Red+Green+Blue) = 237+50+51=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3233 is #12CDCC. Grayscale: #6A6A6A. Windows color (decimal): -1232333 or 3355373. OLE color: 3355373.

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

Color convert

RGB 237 50 51 -
CMYK 0 0.79 0.78 0.07
HSL 359.68º 0.84% 0.56% -
HSV(B) 359.68º 0.79% 0.93% -
XYZ 36.66 20.52 5.16 -
YUV 106.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 237 50 51 0 0.79 0.78 0.07 359.68 0.84 0.56
Hex ED 32 33 0 4F 4E 7 168 54 38
Octal 355 62 63 0 117 116 7 550 124 70
Binary 11101101 110010 110011 0 1001111 1001110 111 101101000 1010100 111000

Color Harmonies of #ED3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3233

Black with #ED3233

Text Example


Text Example

White with #ED3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3233; }

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

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

background-color css

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

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

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

border-color css

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

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

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