Html Css Color HEX #ED110C Red

📋 copy color: '#ED110C'

red 237 ◦ green 17 ◦ blue 12

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

Shades of Red #ED110C

Tints of Red #ED110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 89.1%
G = 6.39%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED110C (or 0xED110C) is known color: Red. HEX triplet: ED, 11 and 0C. RGB value is (237,17,12). Sum of RGB (Red+Green+Blue) = 237+17+12=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED110C is #12EEF3. Grayscale: #525252. Windows color (decimal): -1240820 or 791021. OLE color: 791021.

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

Color convert

RGB 237 17 12 -
CMYK 0 0.93 0.95 0.07
HSL 1.33º 0.9% 0.49% -
HSV(B) 1.33º 0.95% 0.93% -
XYZ 35.19 18.43 2.05 -
YUV 82.21 88.39 238.41 -
System Red Green Blue C M Y K H S L
Decimal 237 17 12 0 0.93 0.95 0.07 1.33 0.9 0.49
Hex ED 11 C 0 5D 5F 7 1 5A 31
Octal 355 21 14 0 135 137 7 1 132 61
Binary 11101101 10001 1100 0 1011101 1011111 111 1 1011010 110001

Color Harmonies of #ED110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED110C

Black with #ED110C

Text Example


Text Example

White with #ED110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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