Html Css Color HEX #ED2940 Alizarin

📋 copy color: '#ED2940'

red 237 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #ED2940

Tints of Alizarin #ED2940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 69.3%
G = 11.99%
B = 18.71%

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

#ED2940 (or 0xED2940) is known color: Alizarin. HEX triplet: ED, 29 and 40. RGB value is (237,41,64). Sum of RGB (Red+Green+Blue) = 237+41+64=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2940 is #12D6BF. Grayscale: #666666. Windows color (decimal): -1234624 or 4205037. OLE color: 4205037.

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

Color convert

RGB 237 41 64 -
CMYK 0 0.83 0.73 0.07
HSL 352.96º 0.84% 0.55% -
HSV(B) 352.96º 0.83% 0.93% -
XYZ 36.64 19.96 6.77 -
YUV 102.23 106.43 224.13 -
System Red Green Blue C M Y K H S L
Decimal 237 41 64 0 0.83 0.73 0.07 352.96 0.84 0.55
Hex ED 29 40 0 53 49 7 161 54 37
Octal 355 51 100 0 123 111 7 541 124 67
Binary 11101101 101001 1000000 0 1010011 1001001 111 101100001 1010100 110111

Color Harmonies of #ED2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2940

Black with #ED2940

Text Example


Text Example

White with #ED2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2940; }

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

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

background-color css

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

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

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

border-color css

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

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

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