Html Css Color HEX #E30314 Venetian Red

📋 copy color: '#E30314'

red 227 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #E30314

Tints of Venetian Red #E30314

RGB

 RED value IS 227 (89.06% from 255) = 90.8%

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

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

R = 90.8%
G = 1.2%
B = 8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E30314 (or 0xE30314) is known color: Venetian Red. HEX triplet: E3, 03 and 14. RGB value is (227,3,20). Sum of RGB (Red+Green+Blue) = 227+3+20=250 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 227 - color contains mainly: red. Hex color #E30314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30314 is #1CFCEB. Grayscale: #484848. Windows color (decimal): -1899756 or 1311715. OLE color: 1311715.

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

Color convert

RGB 227 3 20 -
CMYK 0 0.99 0.91 0.11
HSL 355.45º 0.97% 0.45% -
HSV(B) 355.45º 0.99% 0.89% -
XYZ 31.84 16.45 2.16 -
YUV 71.91 98.71 238.62 -
System Red Green Blue C M Y K H S L
Decimal 227 3 20 0 0.99 0.91 0.11 355.45 0.97 0.45
Hex E3 3 14 0 63 5B B 163 61 2D
Octal 343 3 24 0 143 133 13 543 141 55
Binary 11100011 11 10100 0 1100011 1011011 1011 101100011 1100001 101101

Color Harmonies of #E30314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30314

Black with #E30314

Text Example


Text Example

White with #E30314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30314; }

 p { color: rgb(227,3,20); }

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

background-color css

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

 a { background-color: rgb(227,3,20); }

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

border-color css

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

 span { border-color: rgb(227,3,20); }

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