Html Css Color HEX #ED293F Alizarin

📋 copy color: '#ED293F'

red 237 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #ED293F

Tints of Alizarin #ED293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

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

R = 69.5%
G = 12.02%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED293F (or 0xED293F) is known color: Alizarin. HEX triplet: ED, 29 and 3F. RGB value is (237,41,63). Sum of RGB (Red+Green+Blue) = 237+41+63=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED293F is #12D6C0. Grayscale: #666666. Windows color (decimal): -1234625 or 4139501. OLE color: 4139501.

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

Color convert

RGB 237 41 63 -
CMYK 0 0.83 0.73 0.07
HSL 353.27º 0.84% 0.55% -
HSV(B) 353.27º 0.83% 0.93% -
XYZ 36.62 19.95 6.62 -
YUV 102.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 237 41 63 0 0.83 0.73 0.07 353.27 0.84 0.55
Hex ED 29 3F 0 53 49 7 161 54 37
Octal 355 51 77 0 123 111 7 541 124 67
Binary 11101101 101001 111111 0 1010011 1001001 111 101100001 1010100 110111

Color Harmonies of #ED293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED293F

Black with #ED293F

Text Example


Text Example

White with #ED293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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