Html Css Color HEX #ED2D41 Alizarin

📋 copy color: '#ED2D41'

red 237 ◦ green 45 ◦ blue 65

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

Shades of Alizarin #ED2D41

Tints of Alizarin #ED2D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.97%

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 68.3%
G = 12.97%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED2D41 (or 0xED2D41) is known color: Alizarin. HEX triplet: ED, 2D and 41. RGB value is (237,45,65). Sum of RGB (Red+Green+Blue) = 237+45+65=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D41 is #12D2BE. Grayscale: #686868. Windows color (decimal): -1233599 or 4271597. OLE color: 4271597.

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

Color convert

RGB 237 45 65 -
CMYK 0 0.81 0.73 0.07
HSL 353.75º 0.84% 0.55% -
HSV(B) 353.75º 0.81% 0.93% -
XYZ 36.82 20.26 6.97 -
YUV 104.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 237 45 65 0 0.81 0.73 0.07 353.75 0.84 0.55
Hex ED 2D 41 0 51 49 7 162 54 37
Octal 355 55 101 0 121 111 7 542 124 67
Binary 11101101 101101 1000001 0 1010001 1001001 111 101100010 1010100 110111

Color Harmonies of #ED2D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2D41

Black with #ED2D41

Text Example


Text Example

White with #ED2D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2D41; }

 p { color: rgb(237,45,65); }

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

background-color css

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

 a { background-color: rgb(237,45,65); }

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

border-color css

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

 span { border-color: rgb(237,45,65); }

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