Html Css Color HEX #ED2135 Alizarin

📋 copy color: '#ED2135'

red 237 ◦ green 33 ◦ blue 53

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

Shades of Alizarin #ED2135

Tints of Alizarin #ED2135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

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

R = 73.37%
G = 10.22%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED2135 (or 0xED2135) is known color: Alizarin. HEX triplet: ED, 21 and 35. RGB value is (237,33,53). Sum of RGB (Red+Green+Blue) = 237+33+53=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2135 is #12DECA. Grayscale: #606060. Windows color (decimal): -1236683 or 3482093. OLE color: 3482093.

HSL color Cylindrical-coordinate representation of color #ED2135: hue angle of 354.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2135 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 33 53 -
CMYK 0 0.86 0.78 0.07
HSL 354.12º 0.85% 0.53% -
HSV(B) 354.12º 0.86% 0.93% -
XYZ 36.11 19.35 5.2 -
YUV 96.28 103.59 228.37 -
System Red Green Blue C M Y K H S L
Decimal 237 33 53 0 0.86 0.78 0.07 354.12 0.85 0.53
Hex ED 21 35 0 56 4E 7 162 55 35
Octal 355 41 65 0 126 116 7 542 125 65
Binary 11101101 100001 110101 0 1010110 1001110 111 101100010 1010101 110101

Color Harmonies of #ED2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2135

Black with #ED2135

Text Example


Text Example

White with #ED2135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2135; }

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

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

background-color css

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

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

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

border-color css

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

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

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