Html Css Color HEX #ED2741 Alizarin

📋 copy color: '#ED2741'

red 237 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #ED2741

Tints of Alizarin #ED2741

RGB

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

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

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

R = 69.5%
G = 11.44%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED2741 (or 0xED2741) is known color: Alizarin. HEX triplet: ED, 27 and 41. RGB value is (237,39,65). Sum of RGB (Red+Green+Blue) = 237+39+65=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2741 is #12D8BE. Grayscale: #656565. Windows color (decimal): -1235135 or 4270061. OLE color: 4270061.

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

Color convert

RGB 237 39 65 -
CMYK 0 0.84 0.73 0.07
HSL 352.12º 0.85% 0.54% -
HSV(B) 352.12º 0.84% 0.93% -
XYZ 36.6 19.84 6.9 -
YUV 101.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 237 39 65 0 0.84 0.73 0.07 352.12 0.85 0.54
Hex ED 27 41 0 54 49 7 160 55 36
Octal 355 47 101 0 124 111 7 540 125 66
Binary 11101101 100111 1000001 0 1010100 1001001 111 101100000 1010101 110110

Color Harmonies of #ED2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2741

Black with #ED2741

Text Example


Text Example

White with #ED2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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