Html Css Color HEX #E1030E Venetian Red

📋 copy color: '#E1030E'

red 225 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #E1030E

Tints of Venetian Red #E1030E

RGB

 RED value IS 225 (88.28% from 255) = 92.98%

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 92.98%
G = 1.24%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1030E (or 0xE1030E) is known color: Venetian Red. HEX triplet: E1, 03 and 0E. RGB value is (225,3,14). Sum of RGB (Red+Green+Blue) = 225+3+14=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E1030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1030E is #1EFCF1. Grayscale: #464646. Windows color (decimal): -2030834 or 918497. OLE color: 918497.

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

Color convert

RGB 225 3 14 -
CMYK 0 0.99 0.94 0.12
HSL 357.03º 0.97% 0.45% -
HSV(B) 357.03º 0.99% 0.88% -
XYZ 31.16 16.1 1.88 -
YUV 70.63 96.05 238.11 -
System Red Green Blue C M Y K H S L
Decimal 225 3 14 0 0.99 0.94 0.12 357.03 0.97 0.45
Hex E1 3 E 0 63 5E C 165 61 2D
Octal 341 3 16 0 143 136 14 545 141 55
Binary 11100001 11 1110 0 1100011 1011110 1100 101100101 1100001 101101

Color Harmonies of #E1030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1030E

Black with #E1030E

Text Example


Text Example

White with #E1030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1030E; }

 p { color: rgb(225,3,14); }

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

background-color css

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

 a { background-color: rgb(225,3,14); }

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

border-color css

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

 span { border-color: rgb(225,3,14); }

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