Html Css Color HEX #ED303A Alizarin

📋 copy color: '#ED303A'

red 237 ◦ green 48 ◦ blue 58

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

Shades of Alizarin #ED303A

Tints of Alizarin #ED303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 69.1%
G = 13.99%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED303A (or 0xED303A) is known color: Alizarin. HEX triplet: ED, 30 and 3A. RGB value is (237,48,58). Sum of RGB (Red+Green+Blue) = 237+48+58=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED303A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED303A is #12CFC5. Grayscale: #696969. Windows color (decimal): -1232838 or 3813613. OLE color: 3813613.

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

Color convert

RGB 237 48 58 -
CMYK 0 0.80 0.76 0.07
HSL 356.83º 0.84% 0.56% -
HSV(B) 356.83º 0.8% 0.93% -
XYZ 36.75 20.42 6.01 -
YUV 105.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 237 48 58 0 0.80 0.76 0.07 356.83 0.84 0.56
Hex ED 30 3A 0 50 4C 7 165 54 38
Octal 355 60 72 0 120 114 7 545 124 70
Binary 11101101 110000 111010 0 1010000 1001100 111 101100101 1010100 111000

Color Harmonies of #ED303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED303A

Black with #ED303A

Text Example


Text Example

White with #ED303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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