Html Css Color HEX #ED1106 Red

📋 copy color: '#ED1106'

red 237 ◦ green 17 ◦ blue 6

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

Shades of Red #ED1106

Tints of Red #ED1106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 91.15%
G = 6.54%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED1106 (or 0xED1106) is known color: Red. HEX triplet: ED, 11 and 06. RGB value is (237,17,6). Sum of RGB (Red+Green+Blue) = 237+17+6=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1106 is #12EEF9. Grayscale: #515151. Windows color (decimal): -1240826 or 397805. OLE color: 397805.

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

Color convert

RGB 237 17 6 -
CMYK 0 0.93 0.97 0.07
HSL 2.86º 0.95% 0.48% -
HSV(B) 2.86º 0.97% 0.93% -
XYZ 35.16 18.42 1.87 -
YUV 81.53 85.39 238.89 -
System Red Green Blue C M Y K H S L
Decimal 237 17 6 0 0.93 0.97 0.07 2.86 0.95 0.48
Hex ED 11 6 0 5D 61 7 3 5F 30
Octal 355 21 6 0 135 141 7 3 137 60
Binary 11101101 10001 110 0 1011101 1100001 111 11 1011111 110000

Color Harmonies of #ED1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1106

Black with #ED1106

Text Example


Text Example

White with #ED1106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1106; }

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

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

background-color css

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

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

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

border-color css

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

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

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