Html Css Color HEX #E7030C Venetian Red

📋 copy color: '#E7030C'

red 231 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #E7030C

Tints of Venetian Red #E7030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 93.9%
G = 1.22%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7030C (or 0xE7030C) is known color: Venetian Red. HEX triplet: E7, 03 and 0C. RGB value is (231,3,12). Sum of RGB (Red+Green+Blue) = 231+3+12=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E7030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7030C is #18FCF3. Grayscale: #484848. Windows color (decimal): -1637620 or 787431. OLE color: 787431.

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

Color convert

RGB 231 3 12 -
CMYK 0 0.99 0.95 0.09
HSL 357.63º 0.97% 0.46% -
HSV(B) 357.63º 0.99% 0.91% -
XYZ 33.05 17.08 1.9 -
YUV 72.2 94.04 241.27 -
System Red Green Blue C M Y K H S L
Decimal 231 3 12 0 0.99 0.95 0.09 357.63 0.97 0.46
Hex E7 3 C 0 63 5F 9 166 61 2E
Octal 347 3 14 0 143 137 11 546 141 56
Binary 11100111 11 1100 0 1100011 1011111 1001 101100110 1100001 101110

Color Harmonies of #E7030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7030C

Black with #E7030C

Text Example


Text Example

White with #E7030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7030C; }

 p { color: rgb(231,3,12); }

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

background-color css

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

 a { background-color: rgb(231,3,12); }

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

border-color css

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

 span { border-color: rgb(231,3,12); }

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