Html Css Color HEX #ED0605 Red

📋 copy color: '#ED0605'

red 237 ◦ green 6 ◦ blue 5

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

Shades of Red #ED0605

Tints of Red #ED0605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 95.56%
G = 2.42%
B = 2.02%

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

#ED0605 (or 0xED0605) is known color: Red. HEX triplet: ED, 06 and 05. RGB value is (237,6,5). Sum of RGB (Red+Green+Blue) = 237+6+5=248 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.56% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0605 is #12F9FA. Grayscale: #4B4B4B. Windows color (decimal): -1243643 or 329453. OLE color: 329453.

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

Color convert

RGB 237 6 5 -
CMYK 0 0.97 0.98 0.07
HSL 0.26º 0.96% 0.47% -
HSV(B) 0.26º 0.98% 0.93% -
XYZ 35.02 18.15 1.8 -
YUV 74.96 88.53 243.58 -
System Red Green Blue C M Y K H S L
Decimal 237 6 5 0 0.97 0.98 0.07 0.26 0.96 0.47
Hex ED 6 5 0 61 62 7 0 60 2F
Octal 355 6 5 0 141 142 7 0 140 57
Binary 11101101 110 101 0 1100001 1100010 111 0 1100000 101111

Color Harmonies of #ED0605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0605

Black with #ED0605

Text Example


Text Example

White with #ED0605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0605; }

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

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

background-color css

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

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

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

border-color css

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

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

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