Html Css Color HEX #ED0109 Venetian Red

📋 copy color: '#ED0109'

red 237 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #ED0109

Tints of Venetian Red #ED0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 95.95%
G = 0.4%
B = 3.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED0109 (or 0xED0109) is known color: Venetian Red. HEX triplet: ED, 01 and 09. RGB value is (237,1,9). Sum of RGB (Red+Green+Blue) = 237+1+9=247 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.95% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0109 is #12FEF6. Grayscale: #484848. Windows color (decimal): -1244919 or 590317. OLE color: 590317.

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

Color convert

RGB 237 1 9 -
CMYK 0 1.00 0.96 0.07
HSL 357.97º 0.99% 0.47% -
HSV(B) 357.97º 1% 0.93% -
XYZ 34.99 18.05 1.9 -
YUV 72.48 92.19 245.35 -
System Red Green Blue C M Y K H S L
Decimal 237 1 9 0 1.00 0.96 0.07 357.97 0.99 0.47
Hex ED 1 9 0 64 60 7 166 63 2F
Octal 355 1 11 0 144 140 7 546 143 57
Binary 11101101 1 1001 0 1100100 1100000 111 101100110 1100011 101111

Color Harmonies of #ED0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0109

Black with #ED0109

Text Example


Text Example

White with #ED0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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