Html Css Color HEX #ED3036 Alizarin

📋 copy color: '#ED3036'

red 237 ◦ green 48 ◦ blue 54

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

Shades of Alizarin #ED3036

Tints of Alizarin #ED3036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 54 (21.48% from 255) = 15.93%

R = 69.91%
G = 14.16%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED3036 (or 0xED3036) is known color: Alizarin. HEX triplet: ED, 30 and 36. RGB value is (237,48,54). Sum of RGB (Red+Green+Blue) = 237+48+54=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3036 is #12CFC9. Grayscale: #696969. Windows color (decimal): -1232842 or 3551469. OLE color: 3551469.

HSL color Cylindrical-coordinate representation of color #ED3036: hue angle of 358.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3036 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 54 -
CMYK 0 0.80 0.77 0.07
HSL 358.1º 0.84% 0.56% -
HSV(B) 358.1º 0.8% 0.93% -
XYZ 36.65 20.38 5.49 -
YUV 105.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 237 48 54 0 0.80 0.77 0.07 358.1 0.84 0.56
Hex ED 30 36 0 50 4D 7 166 54 38
Octal 355 60 66 0 120 115 7 546 124 70
Binary 11101101 110000 110110 0 1010000 1001101 111 101100110 1010100 111000

Color Harmonies of #ED3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3036

Black with #ED3036

Text Example


Text Example

White with #ED3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3036; }

 p { color: rgb(237,48,54); }

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

background-color css

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

 a { background-color: rgb(237,48,54); }

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

border-color css

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

 span { border-color: rgb(237,48,54); }

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