Html Css Color HEX #ED0804 Red

📋 copy color: '#ED0804'

red 237 ◦ green 8 ◦ blue 4

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

Shades of Red #ED0804

Tints of Red #ED0804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 95.18%
G = 3.21%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED0804 (or 0xED0804) is known color: Red. HEX triplet: ED, 08 and 04. RGB value is (237,8,4). Sum of RGB (Red+Green+Blue) = 237+8+4=249 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.18% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0804 is #12F7FB. Grayscale: #4C4C4C. Windows color (decimal): -1243132 or 264429. OLE color: 264429.

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

Color convert

RGB 237 8 4 -
CMYK 0 0.97 0.98 0.07
HSL 1.03º 0.97% 0.47% -
HSV(B) 1.03º 0.98% 0.93% -
XYZ 35.03 18.19 1.78 -
YUV 76.02 87.37 242.83 -
System Red Green Blue C M Y K H S L
Decimal 237 8 4 0 0.97 0.98 0.07 1.03 0.97 0.47
Hex ED 8 4 0 61 62 7 1 61 2F
Octal 355 10 4 0 141 142 7 1 141 57
Binary 11101101 1000 100 0 1100001 1100010 111 1 1100001 101111

Color Harmonies of #ED0804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0804

Black with #ED0804

Text Example


Text Example

White with #ED0804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0804; }

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

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

background-color css

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

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

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

border-color css

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

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

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