Html Css Color HEX #ED282C Alizarin

📋 copy color: '#ED282C'

red 237 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #ED282C

Tints of Alizarin #ED282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 73.83%
G = 12.46%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED282C (or 0xED282C) is known color: Alizarin. HEX triplet: ED, 28 and 2C. RGB value is (237,40,44). Sum of RGB (Red+Green+Blue) = 237+40+44=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED282C is #12D7D3. Grayscale: #636363. Windows color (decimal): -1234900 or 2894061. OLE color: 2894061.

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

Color convert

RGB 237 40 44 -
CMYK 0 0.83 0.81 0.07
HSL 358.78º 0.85% 0.54% -
HSV(B) 358.78º 0.83% 0.93% -
XYZ 36.14 19.7 4.28 -
YUV 99.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 237 40 44 0 0.83 0.81 0.07 358.78 0.85 0.54
Hex ED 28 2C 0 53 51 7 167 55 36
Octal 355 50 54 0 123 121 7 547 125 66
Binary 11101101 101000 101100 0 1010011 1010001 111 101100111 1010101 110110

Color Harmonies of #ED282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED282C

Black with #ED282C

Text Example


Text Example

White with #ED282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED282C; }

 p { color: rgb(237,40,44); }

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

background-color css

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

 a { background-color: rgb(237,40,44); }

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

border-color css

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

 span { border-color: rgb(237,40,44); }

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