Html Css Color HEX #ED1211 Red

📋 copy color: '#ED1211'

red 237 ◦ green 18 ◦ blue 17

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

Shades of Red #ED1211

Tints of Red #ED1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 17 (7.03% from 255) = 6.25%

R = 87.13%
G = 6.62%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED1211 (or 0xED1211) is known color: Red. HEX triplet: ED, 12 and 11. RGB value is (237,18,17). Sum of RGB (Red+Green+Blue) = 237+18+17=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1211 is #12EDEE. Grayscale: #535353. Windows color (decimal): -1240559 or 1118957. OLE color: 1118957.

HSL color Cylindrical-coordinate representation of color #ED1211: hue angle of 0.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1211 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 18 17 -
CMYK 0 0.92 0.93 0.07
HSL 0.27º 0.87% 0.5% -
HSV(B) 0.27º 0.93% 0.93% -
XYZ 35.24 18.48 2.24 -
YUV 83.37 90.55 237.58 -
System Red Green Blue C M Y K H S L
Decimal 237 18 17 0 0.92 0.93 0.07 0.27 0.87 0.5
Hex ED 12 11 0 5C 5D 7 0 57 32
Octal 355 22 21 0 134 135 7 0 127 62
Binary 11101101 10010 10001 0 1011100 1011101 111 0 1010111 110010

Color Harmonies of #ED1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1211

Black with #ED1211

Text Example


Text Example

White with #ED1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1211; }

 p { color: rgb(237,18,17); }

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

background-color css

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

 a { background-color: rgb(237,18,17); }

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

border-color css

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

 span { border-color: rgb(237,18,17); }

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