Html Css Color HEX #ED282F Alizarin

📋 copy color: '#ED282F'

red 237 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #ED282F

Tints of Alizarin #ED282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 73.15%
G = 12.35%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED282F (or 0xED282F) is known color: Alizarin. HEX triplet: ED, 28 and 2F. RGB value is (237,40,47). Sum of RGB (Red+Green+Blue) = 237+40+47=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED282F is #12D7D0. Grayscale: #636363. Windows color (decimal): -1234897 or 3090669. OLE color: 3090669.

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

Color convert

RGB 237 40 47 -
CMYK 0 0.83 0.80 0.07
HSL 357.87º 0.85% 0.54% -
HSV(B) 357.87º 0.83% 0.93% -
XYZ 36.2 19.73 4.59 -
YUV 99.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 237 40 47 0 0.83 0.80 0.07 357.87 0.85 0.54
Hex ED 28 2F 0 53 50 7 166 55 36
Octal 355 50 57 0 123 120 7 546 125 66
Binary 11101101 101000 101111 0 1010011 1010000 111 101100110 1010101 110110

Color Harmonies of #ED282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED282F

Black with #ED282F

Text Example


Text Example

White with #ED282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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