Html Css Color HEX #ED243B Alizarin

📋 copy color: '#ED243B'

red 237 ◦ green 36 ◦ blue 59

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

Shades of Alizarin #ED243B

Tints of Alizarin #ED243B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 71.39%
G = 10.84%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED243B (or 0xED243B) is known color: Alizarin. HEX triplet: ED, 24 and 3B. RGB value is (237,36,59). Sum of RGB (Red+Green+Blue) = 237+36+59=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED243B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED243B is #12DBC4. Grayscale: #626262. Windows color (decimal): -1235909 or 3876077. OLE color: 3876077.

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

Color convert

RGB 237 36 59 -
CMYK 0 0.85 0.75 0.07
HSL 353.13º 0.85% 0.54% -
HSV(B) 353.13º 0.85% 0.93% -
XYZ 36.35 19.58 6 -
YUV 98.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 237 36 59 0 0.85 0.75 0.07 353.13 0.85 0.54
Hex ED 24 3B 0 55 4B 7 161 55 36
Octal 355 44 73 0 125 113 7 541 125 66
Binary 11101101 100100 111011 0 1010101 1001011 111 101100001 1010101 110110

Color Harmonies of #ED243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED243B

Black with #ED243B

Text Example


Text Example

White with #ED243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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