Html Css Color HEX #E00316 Venetian Red

📋 copy color: '#E00316'

red 224 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #E00316

Tints of Venetian Red #E00316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 89.96%
G = 1.2%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E00316 (or 0xE00316) is known color: Venetian Red. HEX triplet: E0, 03 and 16. RGB value is (224,3,22). Sum of RGB (Red+Green+Blue) = 224+3+22=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E00316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00316 is #1FFCE9. Grayscale: #474747. Windows color (decimal): -2096362 or 1442784. OLE color: 1442784.

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

Color convert

RGB 224 3 22 -
CMYK 0 0.99 0.90 0.12
HSL 354.84º 0.97% 0.45% -
HSV(B) 354.84º 0.99% 0.88% -
XYZ 30.92 15.97 2.21 -
YUV 71.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 224 3 22 0 0.99 0.90 0.12 354.84 0.97 0.45
Hex E0 3 16 0 63 5A C 163 61 2D
Octal 340 3 26 0 143 132 14 543 141 55
Binary 11100000 11 10110 0 1100011 1011010 1100 101100011 1100001 101101

Color Harmonies of #E00316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00316

Black with #E00316

Text Example


Text Example

White with #E00316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00316; }

 p { color: rgb(224,3,22); }

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

background-color css

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

 a { background-color: rgb(224,3,22); }

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

border-color css

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

 span { border-color: rgb(224,3,22); }

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