Html Css Color HEX #ED0505 Red

📋 copy color: '#ED0505'

red 237 ◦ green 5 ◦ blue 5

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

Shades of Red #ED0505

Tints of Red #ED0505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 95.95%
G = 2.02%
B = 2.02%

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

#ED0505 (or 0xED0505) is known color: Red. HEX triplet: ED, 05 and 05. RGB value is (237,5,5). Sum of RGB (Red+Green+Blue) = 237+5+5=247 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.95% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0505 is #12FAFA. Grayscale: #4A4A4A. Windows color (decimal): -1243899 or 329197. OLE color: 329197.

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

Color convert

RGB 237 5 5 -
CMYK 0 0.98 0.98 0.07
HSL 0.96% 0.47% -
HSV(B) 0.98% 0.93% -
XYZ 35.01 18.12 1.8 -
YUV 74.37 88.86 244 -
System Red Green Blue C M Y K H S L
Decimal 237 5 5 0 0.98 0.98 0.07 0 0.96 0.47
Hex ED 5 5 0 62 62 7 0 60 2F
Octal 355 5 5 0 142 142 7 0 140 57
Binary 11101101 101 101 0 1100010 1100010 111 0 1100000 101111

Color Harmonies of #ED0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0505

Black with #ED0505

Text Example


Text Example

White with #ED0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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