Html Css Color HEX #ED303F Alizarin

📋 copy color: '#ED303F'

red 237 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #ED303F

Tints of Alizarin #ED303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.1%

R = 68.1%
G = 13.79%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED303F (or 0xED303F) is known color: Alizarin. HEX triplet: ED, 30 and 3F. RGB value is (237,48,63). Sum of RGB (Red+Green+Blue) = 237+48+63=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED303F is #12CFC0. Grayscale: #6A6A6A. Windows color (decimal): -1232833 or 4141293. OLE color: 4141293.

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

Color convert

RGB 237 48 63 -
CMYK 0 0.80 0.73 0.07
HSL 355.24º 0.84% 0.56% -
HSV(B) 355.24º 0.8% 0.93% -
XYZ 36.88 20.48 6.71 -
YUV 106.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 237 48 63 0 0.80 0.73 0.07 355.24 0.84 0.56
Hex ED 30 3F 0 50 49 7 163 54 38
Octal 355 60 77 0 120 111 7 543 124 70
Binary 11101101 110000 111111 0 1010000 1001001 111 101100011 1010100 111000

Color Harmonies of #ED303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED303F

Black with #ED303F

Text Example


Text Example

White with #ED303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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