Html Css Color HEX #ED0504 Red

📋 copy color: '#ED0504'

red 237 ◦ green 5 ◦ blue 4

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

Shades of Red #ED0504

Tints of Red #ED0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

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

R = 96.34%
G = 2.03%
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

#ED0504 (or 0xED0504) is known color: Red. HEX triplet: ED, 05 and 04. RGB value is (237,5,4). Sum of RGB (Red+Green+Blue) = 237+5+4=246 (32% of max value = 765). Red value is 237 (92.97% from 255 or 96.34% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0504 is #12FAFB. Grayscale: #4A4A4A. Windows color (decimal): -1243900 or 263661. OLE color: 263661.

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

Color convert

RGB 237 5 4 -
CMYK 0 0.98 0.98 0.07
HSL 0.26º 0.97% 0.47% -
HSV(B) 0.26º 0.98% 0.93% -
XYZ 35 18.12 1.77 -
YUV 74.25 88.36 244.08 -
System Red Green Blue C M Y K H S L
Decimal 237 5 4 0 0.98 0.98 0.07 0.26 0.97 0.47
Hex ED 5 4 0 62 62 7 0 61 2F
Octal 355 5 4 0 142 142 7 0 141 57
Binary 11101101 101 100 0 1100010 1100010 111 0 1100001 101111

Color Harmonies of #ED0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0504

Black with #ED0504

Text Example


Text Example

White with #ED0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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