Html Css Color HEX #ED0903 Red

📋 copy color: '#ED0903'

red 237 ◦ green 9 ◦ blue 3

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

Shades of Red #ED0903

Tints of Red #ED0903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 95.18%
G = 3.61%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED0903 (or 0xED0903) is known color: Red. HEX triplet: ED, 09 and 03. RGB value is (237,9,3). Sum of RGB (Red+Green+Blue) = 237+9+3=249 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.18% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0903 is #12F6FC. Grayscale: #4C4C4C. Windows color (decimal): -1242877 or 199149. OLE color: 199149.

HSL color Cylindrical-coordinate representation of color #ED0903: hue angle of 1.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 9 3 -
CMYK 0 0.96 0.99 0.07
HSL 1.54º 0.98% 0.47% -
HSV(B) 1.54º 0.99% 0.93% -
XYZ 35.04 18.21 1.75 -
YUV 76.49 86.54 242.49 -
System Red Green Blue C M Y K H S L
Decimal 237 9 3 0 0.96 0.99 0.07 1.54 0.98 0.47
Hex ED 9 3 0 60 63 7 2 62 2F
Octal 355 11 3 0 140 143 7 2 142 57
Binary 11101101 1001 11 0 1100000 1100011 111 10 1100010 101111

Color Harmonies of #ED0903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0903

Black with #ED0903

Text Example


Text Example

White with #ED0903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0903; }

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

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

background-color css

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

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

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

border-color css

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

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

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