Html Css Color HEX #E8030F Venetian Red

📋 copy color: '#E8030F'

red 232 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #E8030F

Tints of Venetian Red #E8030F

RGB

 RED value IS 232 (91.02% from 255) = 92.8%

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

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

R = 92.8%
G = 1.2%
B = 6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8030F (or 0xE8030F) is known color: Venetian Red. HEX triplet: E8, 03 and 0F. RGB value is (232,3,15). Sum of RGB (Red+Green+Blue) = 232+3+15=250 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 232 - color contains mainly: red. Hex color #E8030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8030F is #17FCF0. Grayscale: #494949. Windows color (decimal): -1572081 or 984040. OLE color: 984040.

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

Color convert

RGB 232 3 15 -
CMYK 0 0.99 0.94 0.09
HSL 356.86º 0.97% 0.46% -
HSV(B) 356.86º 0.99% 0.91% -
XYZ 33.4 17.26 2.02 -
YUV 72.84 95.37 241.52 -
System Red Green Blue C M Y K H S L
Decimal 232 3 15 0 0.99 0.94 0.09 356.86 0.97 0.46
Hex E8 3 F 0 63 5E 9 165 61 2E
Octal 350 3 17 0 143 136 11 545 141 56
Binary 11101000 11 1111 0 1100011 1011110 1001 101100101 1100001 101110

Color Harmonies of #E8030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8030F

Black with #E8030F

Text Example


Text Example

White with #E8030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8030F; }

 p { color: rgb(232,3,15); }

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

background-color css

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

 a { background-color: rgb(232,3,15); }

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

border-color css

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

 span { border-color: rgb(232,3,15); }

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