Html Css Color HEX #E00312 Venetian Red

📋 copy color: '#E00312'

red 224 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #E00312

Tints of Venetian Red #E00312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 91.43%
G = 1.22%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00312 (or 0xE00312) is known color: Venetian Red. HEX triplet: E0, 03 and 12. RGB value is (224,3,18). Sum of RGB (Red+Green+Blue) = 224+3+18=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E00312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00312 is #1FFCED. Grayscale: #464646. Windows color (decimal): -2096366 or 1180640. OLE color: 1180640.

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

Color convert

RGB 224 3 18 -
CMYK 0 0.99 0.92 0.12
HSL 355.93º 0.97% 0.45% -
HSV(B) 355.93º 0.99% 0.88% -
XYZ 30.88 15.96 2.02 -
YUV 70.79 98.22 237.28 -
System Red Green Blue C M Y K H S L
Decimal 224 3 18 0 0.99 0.92 0.12 355.93 0.97 0.45
Hex E0 3 12 0 63 5C C 164 61 2D
Octal 340 3 22 0 143 134 14 544 141 55
Binary 11100000 11 10010 0 1100011 1011100 1100 101100100 1100001 101101

Color Harmonies of #E00312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00312

Black with #E00312

Text Example


Text Example

White with #E00312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00312; }

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

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

background-color css

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

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

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

border-color css

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

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

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