Html Css Color HEX #ED1105 Red

📋 copy color: '#ED1105'

red 237 ◦ green 17 ◦ blue 5

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

Shades of Red #ED1105

Tints of Red #ED1105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 91.51%
G = 6.56%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1105 (or 0xED1105) is known color: Red. HEX triplet: ED, 11 and 05. RGB value is (237,17,5). Sum of RGB (Red+Green+Blue) = 237+17+5=259 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.51% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1105 is #12EEFA. Grayscale: #515151. Windows color (decimal): -1240827 or 332269. OLE color: 332269.

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

Color convert

RGB 237 17 5 -
CMYK 0 0.93 0.98 0.07
HSL 3.1º 0.96% 0.47% -
HSV(B) 3.1º 0.98% 0.93% -
XYZ 35.15 18.42 1.85 -
YUV 81.41 84.89 238.98 -
System Red Green Blue C M Y K H S L
Decimal 237 17 5 0 0.93 0.98 0.07 3.1 0.96 0.47
Hex ED 11 5 0 5D 62 7 3 60 2F
Octal 355 21 5 0 135 142 7 3 140 57
Binary 11101101 10001 101 0 1011101 1100010 111 11 1100000 101111

Color Harmonies of #ED1105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1105

Black with #ED1105

Text Example


Text Example

White with #ED1105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1105; }

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

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

background-color css

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

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

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

border-color css

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

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

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