Html Css Color HEX #ED3536 Alizarin

📋 copy color: '#ED3536'

red 237 ◦ green 53 ◦ blue 54

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

Shades of Alizarin #ED3536

Tints of Alizarin #ED3536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 68.9%
G = 15.41%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED3536 (or 0xED3536) is known color: Alizarin. HEX triplet: ED, 35 and 36. RGB value is (237,53,54). Sum of RGB (Red+Green+Blue) = 237+53+54=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3536 is #12CAC9. Grayscale: #6C6C6C. Windows color (decimal): -1231562 or 3552749. OLE color: 3552749.

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

Color convert

RGB 237 53 54 -
CMYK 0 0.78 0.77 0.07
HSL 359.67º 0.84% 0.57% -
HSV(B) 359.67º 0.78% 0.93% -
XYZ 36.86 20.82 5.57 -
YUV 108.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 237 53 54 0 0.78 0.77 0.07 359.67 0.84 0.57
Hex ED 35 36 0 4E 4D 7 168 54 39
Octal 355 65 66 0 116 115 7 550 124 71
Binary 11101101 110101 110110 0 1001110 1001101 111 101101000 1010100 111001

Color Harmonies of #ED3536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3536

Black with #ED3536

Text Example


Text Example

White with #ED3536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3536; }

 p { color: rgb(237,53,54); }

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

background-color css

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

 a { background-color: rgb(237,53,54); }

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

border-color css

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

 span { border-color: rgb(237,53,54); }

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