Html Css Color HEX #ED0705 Red

📋 copy color: '#ED0705'

red 237 ◦ green 7 ◦ blue 5

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

Shades of Red #ED0705

Tints of Red #ED0705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 95.18%
G = 2.81%
B = 2.01%

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

#ED0705 (or 0xED0705) is known color: Red. HEX triplet: ED, 07 and 05. RGB value is (237,7,5). Sum of RGB (Red+Green+Blue) = 237+7+5=249 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.18% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0705 is #12F8FA. Grayscale: #4B4B4B. Windows color (decimal): -1243387 or 329709. OLE color: 329709.

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

Color convert

RGB 237 7 5 -
CMYK 0 0.97 0.98 0.07
HSL 0.52º 0.96% 0.47% -
HSV(B) 0.52º 0.98% 0.93% -
XYZ 35.03 18.17 1.8 -
YUV 75.54 88.2 243.16 -
System Red Green Blue C M Y K H S L
Decimal 237 7 5 0 0.97 0.98 0.07 0.52 0.96 0.47
Hex ED 7 5 0 61 62 7 1 60 2F
Octal 355 7 5 0 141 142 7 1 140 57
Binary 11101101 111 101 0 1100001 1100010 111 1 1100000 101111

Color Harmonies of #ED0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0705

Black with #ED0705

Text Example


Text Example

White with #ED0705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0705; }

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

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

background-color css

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

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

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

border-color css

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

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

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