Html Css Color HEX #ED3D41 Alizarin

📋 copy color: '#ED3D41'

red 237 ◦ green 61 ◦ blue 65

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

Shades of Alizarin #ED3D41

Tints of Alizarin #ED3D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

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

R = 65.29%
G = 16.8%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED3D41 (or 0xED3D41) is known color: Alizarin. HEX triplet: ED, 3D and 41. RGB value is (237,61,65). Sum of RGB (Red+Green+Blue) = 237+61+65=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3D41 is #12C2BE. Grayscale: #727272. Windows color (decimal): -1229503 or 4275693. OLE color: 4275693.

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

Color convert

RGB 237 61 65 -
CMYK 0 0.74 0.73 0.07
HSL 358.64º 0.83% 0.58% -
HSV(B) 358.64º 0.74% 0.93% -
XYZ 37.55 21.72 7.22 -
YUV 114.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 237 61 65 0 0.74 0.73 0.07 358.64 0.83 0.58
Hex ED 3D 41 0 4A 49 7 167 53 3A
Octal 355 75 101 0 112 111 7 547 123 72
Binary 11101101 111101 1000001 0 1001010 1001001 111 101100111 1010011 111010

Color Harmonies of #ED3D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3D41

Black with #ED3D41

Text Example


Text Example

White with #ED3D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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