Html Css Color HEX #ED3035 Alizarin

📋 copy color: '#ED3035'

red 237 ◦ green 48 ◦ blue 53

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

Shades of Alizarin #ED3035

Tints of Alizarin #ED3035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 70.12%
G = 14.2%
B = 15.68%

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

#ED3035 (or 0xED3035) is known color: Alizarin. HEX triplet: ED, 30 and 35. RGB value is (237,48,53). Sum of RGB (Red+Green+Blue) = 237+48+53=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3035 is #12CFCA. Grayscale: #696969. Windows color (decimal): -1232843 or 3485933. OLE color: 3485933.

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

Color convert

RGB 237 48 53 -
CMYK 0 0.80 0.78 0.07
HSL 358.41º 0.84% 0.56% -
HSV(B) 358.41º 0.8% 0.93% -
XYZ 36.62 20.38 5.37 -
YUV 105.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 237 48 53 0 0.80 0.78 0.07 358.41 0.84 0.56
Hex ED 30 35 0 50 4E 7 166 54 38
Octal 355 60 65 0 120 116 7 546 124 70
Binary 11101101 110000 110101 0 1010000 1001110 111 101100110 1010100 111000

Color Harmonies of #ED3035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3035

Black with #ED3035

Text Example


Text Example

White with #ED3035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3035; }

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

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

background-color css

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

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

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

border-color css

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

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

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