Html Css Color HEX #ED0409 Venetian Red

📋 copy color: '#ED0409'

red 237 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #ED0409

Tints of Venetian Red #ED0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

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

R = 94.8%
G = 1.6%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED0409 (or 0xED0409) is known color: Venetian Red. HEX triplet: ED, 04 and 09. RGB value is (237,4,9). Sum of RGB (Red+Green+Blue) = 237+4+9=250 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0409 is #12FBF6. Grayscale: #4A4A4A. Windows color (decimal): -1244151 or 591085. OLE color: 591085.

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

Color convert

RGB 237 4 9 -
CMYK 0 0.98 0.96 0.07
HSL 358.71º 0.97% 0.47% -
HSV(B) 358.71º 0.98% 0.93% -
XYZ 35.02 18.11 1.91 -
YUV 74.24 91.19 244.09 -
System Red Green Blue C M Y K H S L
Decimal 237 4 9 0 0.98 0.96 0.07 358.71 0.97 0.47
Hex ED 4 9 0 62 60 7 167 61 2F
Octal 355 4 11 0 142 140 7 547 141 57
Binary 11101101 100 1001 0 1100010 1100000 111 101100111 1100001 101111

Color Harmonies of #ED0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0409

Black with #ED0409

Text Example


Text Example

White with #ED0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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