Html Css Color HEX #ED0209 Venetian Red

📋 copy color: '#ED0209'

red 237 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #ED0209

Tints of Venetian Red #ED0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 95.56%
G = 0.81%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED0209 (or 0xED0209) is known color: Venetian Red. HEX triplet: ED, 02 and 09. RGB value is (237,2,9). Sum of RGB (Red+Green+Blue) = 237+2+9=248 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.56% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0209 is #12FDF6. Grayscale: #494949. Windows color (decimal): -1244663 or 590573. OLE color: 590573.

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

Color convert

RGB 237 2 9 -
CMYK 0 0.99 0.96 0.07
HSL 358.21º 0.98% 0.47% -
HSV(B) 358.21º 0.99% 0.93% -
XYZ 35 18.07 1.9 -
YUV 73.06 91.86 244.93 -
System Red Green Blue C M Y K H S L
Decimal 237 2 9 0 0.99 0.96 0.07 358.21 0.98 0.47
Hex ED 2 9 0 63 60 7 166 62 2F
Octal 355 2 11 0 143 140 7 546 142 57
Binary 11101101 10 1001 0 1100011 1100000 111 101100110 1100010 101111

Color Harmonies of #ED0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0209

Black with #ED0209

Text Example


Text Example

White with #ED0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0209; }

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

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

background-color css

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

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

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

border-color css

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

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

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