Html Css Color HEX #ED1104 Red

📋 copy color: '#ED1104'

red 237 ◦ green 17 ◦ blue 4

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

Shades of Red #ED1104

Tints of Red #ED1104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.55%

R = 91.86%
G = 6.59%
B = 1.55%

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

#ED1104 (or 0xED1104) is known color: Red. HEX triplet: ED, 11 and 04. RGB value is (237,17,4). Sum of RGB (Red+Green+Blue) = 237+17+4=258 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.86% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1104 is #12EEFB. Grayscale: #515151. Windows color (decimal): -1240828 or 266733. OLE color: 266733.

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

Color convert

RGB 237 17 4 -
CMYK 0 0.93 0.98 0.07
HSL 3.35º 0.97% 0.47% -
HSV(B) 3.35º 0.98% 0.93% -
XYZ 35.15 18.41 1.82 -
YUV 81.3 84.39 239.06 -
System Red Green Blue C M Y K H S L
Decimal 237 17 4 0 0.93 0.98 0.07 3.35 0.97 0.47
Hex ED 11 4 0 5D 62 7 3 61 2F
Octal 355 21 4 0 135 142 7 3 141 57
Binary 11101101 10001 100 0 1011101 1100010 111 11 1100001 101111

Color Harmonies of #ED1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1104

Black with #ED1104

Text Example


Text Example

White with #ED1104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1104; }

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

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

background-color css

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

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

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

border-color css

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

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

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