Html Css Color HEX #ED2742 Alizarin

📋 copy color: '#ED2742'

red 237 ◦ green 39 ◦ blue 66

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

Shades of Alizarin #ED2742

Tints of Alizarin #ED2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 69.3%
G = 11.4%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED2742 (or 0xED2742) is known color: Alizarin. HEX triplet: ED, 27 and 42. RGB value is (237,39,66). Sum of RGB (Red+Green+Blue) = 237+39+66=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2742 is #12D8BD. Grayscale: #656565. Windows color (decimal): -1235134 or 4335597. OLE color: 4335597.

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

Color convert

RGB 237 39 66 -
CMYK 0 0.84 0.72 0.07
HSL 351.82º 0.85% 0.54% -
HSV(B) 351.82º 0.84% 0.93% -
XYZ 36.63 19.85 7.05 -
YUV 101.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 237 39 66 0 0.84 0.72 0.07 351.82 0.85 0.54
Hex ED 27 42 0 54 48 7 160 55 36
Octal 355 47 102 0 124 110 7 540 125 66
Binary 11101101 100111 1000010 0 1010100 1001000 111 101100000 1010101 110110

Color Harmonies of #ED2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2742

Black with #ED2742

Text Example


Text Example

White with #ED2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2742; }

 p { color: rgb(237,39,66); }

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

background-color css

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

 a { background-color: rgb(237,39,66); }

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

border-color css

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

 span { border-color: rgb(237,39,66); }

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