Html Css Color HEX #ED3441 Alizarin

📋 copy color: '#ED3441'

red 237 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #ED3441

Tints of Alizarin #ED3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 66.95%
G = 14.69%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED3441 (or 0xED3441) is known color: Alizarin. HEX triplet: ED, 34 and 41. RGB value is (237,52,65). Sum of RGB (Red+Green+Blue) = 237+52+65=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3441 is #12CBBE. Grayscale: #6C6C6C. Windows color (decimal): -1231807 or 4273389. OLE color: 4273389.

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

Color convert

RGB 237 52 65 -
CMYK 0 0.78 0.73 0.07
HSL 355.78º 0.84% 0.57% -
HSV(B) 355.78º 0.78% 0.93% -
XYZ 37.11 20.84 7.07 -
YUV 108.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 237 52 65 0 0.78 0.73 0.07 355.78 0.84 0.57
Hex ED 34 41 0 4E 49 7 164 54 39
Octal 355 64 101 0 116 111 7 544 124 71
Binary 11101101 110100 1000001 0 1001110 1001001 111 101100100 1010100 111001

Color Harmonies of #ED3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3441

Black with #ED3441

Text Example


Text Example

White with #ED3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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