Html Css Color HEX #ED0905 Red

📋 copy color: '#ED0905'

red 237 ◦ green 9 ◦ blue 5

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

Shades of Red #ED0905

Tints of Red #ED0905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 94.42%
G = 3.59%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED0905 (or 0xED0905) is known color: Red. HEX triplet: ED, 09 and 05. RGB value is (237,9,5). Sum of RGB (Red+Green+Blue) = 237+9+5=251 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.42% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0905 is #12F6FA. Grayscale: #4C4C4C. Windows color (decimal): -1242875 or 330221. OLE color: 330221.

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

Color convert

RGB 237 9 5 -
CMYK 0 0.96 0.98 0.07
HSL 1.03º 0.96% 0.47% -
HSV(B) 1.03º 0.98% 0.93% -
XYZ 35.05 18.21 1.81 -
YUV 76.72 87.54 242.33 -
System Red Green Blue C M Y K H S L
Decimal 237 9 5 0 0.96 0.98 0.07 1.03 0.96 0.47
Hex ED 9 5 0 60 62 7 1 60 2F
Octal 355 11 5 0 140 142 7 1 140 57
Binary 11101101 1001 101 0 1100000 1100010 111 1 1100000 101111

Color Harmonies of #ED0905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0905

Black with #ED0905

Text Example


Text Example

White with #ED0905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0905; }

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

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

background-color css

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

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

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

border-color css

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

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

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