Html Css Color HEX #ED3034 Alizarin

📋 copy color: '#ED3034'

red 237 ◦ green 48 ◦ blue 52

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

Shades of Alizarin #ED3034

Tints of Alizarin #ED3034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 70.33%
G = 14.24%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3034 (or 0xED3034) is known color: Alizarin. HEX triplet: ED, 30 and 34. RGB value is (237,48,52). Sum of RGB (Red+Green+Blue) = 237+48+52=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3034 is #12CFCB. Grayscale: #696969. Windows color (decimal): -1232844 or 3420397. OLE color: 3420397.

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

Color convert

RGB 237 48 52 -
CMYK 0 0.80 0.78 0.07
HSL 358.73º 0.84% 0.56% -
HSV(B) 358.73º 0.8% 0.93% -
XYZ 36.6 20.37 5.25 -
YUV 104.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 237 48 52 0 0.80 0.78 0.07 358.73 0.84 0.56
Hex ED 30 34 0 50 4E 7 167 54 38
Octal 355 60 64 0 120 116 7 547 124 70
Binary 11101101 110000 110100 0 1010000 1001110 111 101100111 1010100 111000

Color Harmonies of #ED3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3034

Black with #ED3034

Text Example


Text Example

White with #ED3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3034; }

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

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

background-color css

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

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

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

border-color css

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

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

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