Html Css Color HEX #ED1210 Red

📋 copy color: '#ED1210'

red 237 ◦ green 18 ◦ blue 16

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

Shades of Red #ED1210

Tints of Red #ED1210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 87.45%
G = 6.64%
B = 5.9%

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

#ED1210 (or 0xED1210) is known color: Red. HEX triplet: ED, 12 and 10. RGB value is (237,18,16). Sum of RGB (Red+Green+Blue) = 237+18+16=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1210 is #12EDEF. Grayscale: #535353. Windows color (decimal): -1240560 or 1053421. OLE color: 1053421.

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

Color convert

RGB 237 18 16 -
CMYK 0 0.92 0.93 0.07
HSL 0.54º 0.87% 0.5% -
HSV(B) 0.54º 0.93% 0.93% -
XYZ 35.23 18.47 2.2 -
YUV 83.25 90.05 237.66 -
System Red Green Blue C M Y K H S L
Decimal 237 18 16 0 0.92 0.93 0.07 0.54 0.87 0.5
Hex ED 12 10 0 5C 5D 7 1 57 32
Octal 355 22 20 0 134 135 7 1 127 62
Binary 11101101 10010 10000 0 1011100 1011101 111 1 1010111 110010

Color Harmonies of #ED1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1210

Black with #ED1210

Text Example


Text Example

White with #ED1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1210; }

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

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

background-color css

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

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

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

border-color css

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

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

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