Html Css Color HEX #ED0009 Venetian Red

📋 copy color: '#ED0009'

red 237 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #ED0009

Tints of Venetian Red #ED0009

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 237 0 9 -
CMYK 0 1 0.96 0.07
HSL 357.72º 1% 0.46% -
HSV(B) 357.72º 1% 0.93% -
XYZ 34.97 18.02 1.89 -
YUV 71.89 92.52 245.77 -
System Red Green Blue C M Y K H S L
Decimal 237 0 9 0 1 0.96 0.07 357.72 1 0.46
Hex ED 0 9 0 64 60 7 166 64 2E
Octal 355 0 11 0 144 140 7 546 144 56
Binary 11101101 0 1001 0 1100100 1100000 111 101100110 1100100 101110

Color Harmonies of #ED0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0009

Black with #ED0009

Text Example


Text Example

White with #ED0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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