Html Css Color HEX #ED0900 Red

📋 copy color: '#ED0900'

red 237 ◦ green 9 ◦ blue 0

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

Shades of Red #ED0900

Tints of Red #ED0900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.34%
G = 3.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED0900 (or 0xED0900) is known color: Red. HEX triplet: ED, 09 and 00. RGB value is (237,9,0). Sum of RGB (Red+Green+Blue) = 237+9+0=246 (32% of max value = 765). Red value is 237 (92.97% from 255 or 96.34% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0900 is #12F6FF. Grayscale: #4C4C4C. Windows color (decimal): -1242880 or 2541. OLE color: 2541.

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

Color convert

RGB 237 9 0 -
CMYK 0 0.96 1 0.07
HSL 2.28º 1% 0.46% -
HSV(B) 2.28º 1% 0.93% -
XYZ 35.02 18.2 1.67 -
YUV 76.15 85.04 242.73 -
System Red Green Blue C M Y K H S L
Decimal 237 9 0 0 0.96 1 0.07 2.28 1 0.46
Hex ED 9 0 0 60 64 7 2 64 2E
Octal 355 11 0 0 140 144 7 2 144 56
Binary 11101101 1001 0 0 1100000 1100100 111 10 1100100 101110

Color Harmonies of #ED0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0900

Black with #ED0900

Text Example


Text Example

White with #ED0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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