Html Css Color HEX #ED0404 Red

📋 copy color: '#ED0404'

red 237 ◦ green 4 ◦ blue 4

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

Shades of Red #ED0404

Tints of Red #ED0404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 96.73%
G = 1.63%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED0404 (or 0xED0404) is known color: Red. HEX triplet: ED, 04 and 04. RGB value is (237,4,4). Sum of RGB (Red+Green+Blue) = 237+4+4=245 (32% of max value = 765). Red value is 237 (92.97% from 255 or 96.73% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0404 is #12FBFB. Grayscale: #494949. Windows color (decimal): -1244156 or 263405. OLE color: 263405.

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

Color convert

RGB 237 4 4 -
CMYK 0 0.98 0.98 0.07
HSL 0.97% 0.47% -
HSV(B) 0.98% 0.93% -
XYZ 34.99 18.1 1.76 -
YUV 73.67 88.69 244.5 -
System Red Green Blue C M Y K H S L
Decimal 237 4 4 0 0.98 0.98 0.07 0 0.97 0.47
Hex ED 4 4 0 62 62 7 0 61 2F
Octal 355 4 4 0 142 142 7 0 141 57
Binary 11101101 100 100 0 1100010 1100010 111 0 1100001 101111

Color Harmonies of #ED0404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0404

Black with #ED0404

Text Example


Text Example

White with #ED0404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0404; }

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

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

background-color css

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

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

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

border-color css

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

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

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