Html Css Color HEX #ED1108 Red

📋 copy color: '#ED1108'

red 237 ◦ green 17 ◦ blue 8

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

Shades of Red #ED1108

Tints of Red #ED1108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.05%

R = 90.46%
G = 6.49%
B = 3.05%

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

#ED1108 (or 0xED1108) is known color: Red. HEX triplet: ED, 11 and 08. RGB value is (237,17,8). Sum of RGB (Red+Green+Blue) = 237+17+8=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1108 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1108 is #12EEF7. Grayscale: #525252. Windows color (decimal): -1240824 or 528877. OLE color: 528877.

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

Color convert

RGB 237 17 8 -
CMYK 0 0.93 0.97 0.07
HSL 2.36º 0.93% 0.48% -
HSV(B) 2.36º 0.97% 0.93% -
XYZ 35.17 18.42 1.93 -
YUV 81.75 86.39 238.73 -
System Red Green Blue C M Y K H S L
Decimal 237 17 8 0 0.93 0.97 0.07 2.36 0.93 0.48
Hex ED 11 8 0 5D 61 7 2 5D 30
Octal 355 21 10 0 135 141 7 2 135 60
Binary 11101101 10001 1000 0 1011101 1100001 111 10 1011101 110000

Color Harmonies of #ED1108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1108

Black with #ED1108

Text Example


Text Example

White with #ED1108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1108; }

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

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

background-color css

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

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

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

border-color css

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

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

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