Html Css Color HEX #E7000F Venetian Red

📋 copy color: '#E7000F'

red 231 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #E7000F

Tints of Venetian Red #E7000F

RGB

 RED value IS 231 (90.63% from 255) = 93.9%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 93.9%
G = 0%
B = 6.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7000F (or 0xE7000F) is known color: Venetian Red. HEX triplet: E7, 00 and 0F. RGB value is (231,0,15). Sum of RGB (Red+Green+Blue) = 231+0+15=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E7000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7000F is #18FFF0. Grayscale: #464646. Windows color (decimal): -1638385 or 983271. OLE color: 983271.

HSL color Cylindrical-coordinate representation of color #E7000F: hue angle of 356.1º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7000F is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 15 -
CMYK 0 1 0.94 0.09
HSL 356.1º 1% 0.45% -
HSV(B) 356.1º 1% 0.91% -
XYZ 33.04 17.02 2 -
YUV 70.78 96.53 242.28 -
System Red Green Blue C M Y K H S L
Decimal 231 0 15 0 1 0.94 0.09 356.1 1 0.45
Hex E7 0 F 0 64 5E 9 164 64 2D
Octal 347 0 17 0 144 136 11 544 144 55
Binary 11100111 0 1111 0 1100100 1011110 1001 101100100 1100100 101101

Color Harmonies of #E7000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7000F

Black with #E7000F

Text Example


Text Example

White with #E7000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7000F; }

 p { color: rgb(231,0,15); }

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

background-color css

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

 a { background-color: rgb(231,0,15); }

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

border-color css

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

 span { border-color: rgb(231,0,15); }

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