Html Css Color HEX #E00214 Venetian Red

📋 copy color: '#E00214'

red 224 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #E00214

Tints of Venetian Red #E00214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 91.06%
G = 0.81%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E00214 (or 0xE00214) is known color: Venetian Red. HEX triplet: E0, 02 and 14. RGB value is (224,2,20). Sum of RGB (Red+Green+Blue) = 224+2+20=246 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.06% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 224 - color contains mainly: red. Hex color #E00214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00214 is #1FFDEB. Grayscale: #464646. Windows color (decimal): -2096620 or 1311456. OLE color: 1311456.

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

Color convert

RGB 224 2 20 -
CMYK 0 0.99 0.91 0.12
HSL 355.14º 0.98% 0.44% -
HSV(B) 355.14º 0.99% 0.88% -
XYZ 30.89 15.94 2.11 -
YUV 70.43 99.55 237.54 -
System Red Green Blue C M Y K H S L
Decimal 224 2 20 0 0.99 0.91 0.12 355.14 0.98 0.44
Hex E0 2 14 0 63 5B C 163 62 2C
Octal 340 2 24 0 143 133 14 543 142 54
Binary 11100000 10 10100 0 1100011 1011011 1100 101100011 1100010 101100

Color Harmonies of #E00214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00214

Black with #E00214

Text Example


Text Example

White with #E00214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00214; }

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

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

background-color css

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

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

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

border-color css

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

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

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