Html Css Color HEX #ED273B Alizarin

📋 copy color: '#ED273B'

red 237 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #ED273B

Tints of Alizarin #ED273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 70.75%
G = 11.64%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED273B (or 0xED273B) is known color: Alizarin. HEX triplet: ED, 27 and 3B. RGB value is (237,39,59). Sum of RGB (Red+Green+Blue) = 237+39+59=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED273B is #12D8C4. Grayscale: #646464. Windows color (decimal): -1235141 or 3876845. OLE color: 3876845.

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

Color convert

RGB 237 39 59 -
CMYK 0 0.84 0.75 0.07
HSL 353.94º 0.85% 0.54% -
HSV(B) 353.94º 0.84% 0.93% -
XYZ 36.44 19.77 6.03 -
YUV 100.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 237 39 59 0 0.84 0.75 0.07 353.94 0.85 0.54
Hex ED 27 3B 0 54 4B 7 162 55 36
Octal 355 47 73 0 124 113 7 542 125 66
Binary 11101101 100111 111011 0 1010100 1001011 111 101100010 1010101 110110

Color Harmonies of #ED273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED273B

Black with #ED273B

Text Example


Text Example

White with #ED273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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