Html Css Color HEX #ED303E Alizarin

📋 copy color: '#ED303E'

red 237 ◦ green 48 ◦ blue 62

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

Shades of Alizarin #ED303E

Tints of Alizarin #ED303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 68.3%
G = 13.83%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED303E (or 0xED303E) is known color: Alizarin. HEX triplet: ED, 30 and 3E. RGB value is (237,48,62). Sum of RGB (Red+Green+Blue) = 237+48+62=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED303E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED303E is #12CFC1. Grayscale: #6A6A6A. Windows color (decimal): -1232834 or 4075757. OLE color: 4075757.

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

Color convert

RGB 237 48 62 -
CMYK 0 0.80 0.74 0.07
HSL 355.56º 0.84% 0.56% -
HSV(B) 355.56º 0.8% 0.93% -
XYZ 36.85 20.47 6.57 -
YUV 106.11 103.12 221.36 -
System Red Green Blue C M Y K H S L
Decimal 237 48 62 0 0.80 0.74 0.07 355.56 0.84 0.56
Hex ED 30 3E 0 50 4A 7 164 54 38
Octal 355 60 76 0 120 112 7 544 124 70
Binary 11101101 110000 111110 0 1010000 1001010 111 101100100 1010100 111000

Color Harmonies of #ED303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED303E

Black with #ED303E

Text Example


Text Example

White with #ED303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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