Html Css Color HEX #ED283F Alizarin

📋 copy color: '#ED283F'

red 237 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #ED283F

Tints of Alizarin #ED283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 69.71%
G = 11.76%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED283F (or 0xED283F) is known color: Alizarin. HEX triplet: ED, 28 and 3F. RGB value is (237,40,63). Sum of RGB (Red+Green+Blue) = 237+40+63=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED283F is #12D7C0. Grayscale: #656565. Windows color (decimal): -1234881 or 4139245. OLE color: 4139245.

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

Color convert

RGB 237 40 63 -
CMYK 0 0.83 0.73 0.07
HSL 352.99º 0.85% 0.54% -
HSV(B) 352.99º 0.83% 0.93% -
XYZ 36.58 19.88 6.61 -
YUV 101.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 237 40 63 0 0.83 0.73 0.07 352.99 0.85 0.54
Hex ED 28 3F 0 53 49 7 161 55 36
Octal 355 50 77 0 123 111 7 541 125 66
Binary 11101101 101000 111111 0 1010011 1001001 111 101100001 1010101 110110

Color Harmonies of #ED283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED283F

Black with #ED283F

Text Example


Text Example

White with #ED283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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