Html Css Color HEX #ED110A Red

📋 copy color: '#ED110A'

red 237 ◦ green 17 ◦ blue 10

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

Shades of Red #ED110A

Tints of Red #ED110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 89.77%
G = 6.44%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED110A (or 0xED110A) is known color: Red. HEX triplet: ED, 11 and 0A. RGB value is (237,17,10). Sum of RGB (Red+Green+Blue) = 237+17+10=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED110A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED110A is #12EEF5. Grayscale: #525252. Windows color (decimal): -1240822 or 659949. OLE color: 659949.

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

Color convert

RGB 237 17 10 -
CMYK 0 0.93 0.96 0.07
HSL 1.85º 0.92% 0.48% -
HSV(B) 1.85º 0.96% 0.93% -
XYZ 35.18 18.43 1.99 -
YUV 81.98 87.39 238.57 -
System Red Green Blue C M Y K H S L
Decimal 237 17 10 0 0.93 0.96 0.07 1.85 0.92 0.48
Hex ED 11 A 0 5D 60 7 2 5C 30
Octal 355 21 12 0 135 140 7 2 134 60
Binary 11101101 10001 1010 0 1011101 1100000 111 10 1011100 110000

Color Harmonies of #ED110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED110A

Black with #ED110A

Text Example


Text Example

White with #ED110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED110A; }

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

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

background-color css

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

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

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

border-color css

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

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

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