Html Css Color HEX #ED272D Alizarin

📋 copy color: '#ED272D'

red 237 ◦ green 39 ◦ blue 45

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

Shades of Alizarin #ED272D

Tints of Alizarin #ED272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 73.83%
G = 12.15%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED272D (or 0xED272D) is known color: Alizarin. HEX triplet: ED, 27 and 2D. RGB value is (237,39,45). Sum of RGB (Red+Green+Blue) = 237+39+45=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED272D is #12D8D2. Grayscale: #636363. Windows color (decimal): -1235155 or 2959341. OLE color: 2959341.

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

Color convert

RGB 237 39 45 -
CMYK 0 0.84 0.81 0.07
HSL 358.18º 0.85% 0.54% -
HSV(B) 358.18º 0.84% 0.93% -
XYZ 36.12 19.65 4.37 -
YUV 98.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 237 39 45 0 0.84 0.81 0.07 358.18 0.85 0.54
Hex ED 27 2D 0 54 51 7 166 55 36
Octal 355 47 55 0 124 121 7 546 125 66
Binary 11101101 100111 101101 0 1010100 1010001 111 101100110 1010101 110110

Color Harmonies of #ED272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED272D

Black with #ED272D

Text Example


Text Example

White with #ED272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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