Html Css Color HEX #E00210 Venetian Red

📋 copy color: '#E00210'

red 224 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #E00210

Tints of Venetian Red #E00210

RGB

 RED value IS 224 (87.89% from 255) = 92.56%

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

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

R = 92.56%
G = 0.83%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E00210 (or 0xE00210) is known color: Venetian Red. HEX triplet: E0, 02 and 10. RGB value is (224,2,16). Sum of RGB (Red+Green+Blue) = 224+2+16=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E00210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00210 is #1FFDEF. Grayscale: #464646. Windows color (decimal): -2096624 or 1049312. OLE color: 1049312.

HSL color Cylindrical-coordinate representation of color #E00210: hue angle of 356.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 16 -
CMYK 0 0.99 0.93 0.12
HSL 356.22º 0.98% 0.44% -
HSV(B) 356.22º 0.99% 0.88% -
XYZ 30.86 15.93 1.94 -
YUV 69.97 97.55 237.86 -
System Red Green Blue C M Y K H S L
Decimal 224 2 16 0 0.99 0.93 0.12 356.22 0.98 0.44
Hex E0 2 10 0 63 5D C 164 62 2C
Octal 340 2 20 0 143 135 14 544 142 54
Binary 11100000 10 10000 0 1100011 1011101 1100 101100100 1100010 101100

Color Harmonies of #E00210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00210

Black with #E00210

Text Example


Text Example

White with #E00210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00210; }

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

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

background-color css

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

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

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

border-color css

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

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

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