Html Css Color HEX #ED0210 Venetian Red

📋 copy color: '#ED0210'

red 237 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #ED0210

Tints of Venetian Red #ED0210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 92.94%
G = 0.78%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED0210 (or 0xED0210) is known color: Venetian Red. HEX triplet: ED, 02 and 10. RGB value is (237,2,16). Sum of RGB (Red+Green+Blue) = 237+2+16=255 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.94% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0210 is #12FDEF. Grayscale: #4A4A4A. Windows color (decimal): -1244656 or 1049325. OLE color: 1049325.

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

Color convert

RGB 237 2 16 -
CMYK 0 0.99 0.93 0.07
HSL 356.43º 0.98% 0.47% -
HSV(B) 356.43º 0.99% 0.93% -
XYZ 35.04 18.09 2.13 -
YUV 73.86 95.36 244.36 -
System Red Green Blue C M Y K H S L
Decimal 237 2 16 0 0.99 0.93 0.07 356.43 0.98 0.47
Hex ED 2 10 0 63 5D 7 164 62 2F
Octal 355 2 20 0 143 135 7 544 142 57
Binary 11101101 10 10000 0 1100011 1011101 111 101100100 1100010 101111

Color Harmonies of #ED0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0210

Black with #ED0210

Text Example


Text Example

White with #ED0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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