Html Css Color HEX #E8030B Venetian Red

📋 copy color: '#E8030B'

red 232 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #E8030B

Tints of Venetian Red #E8030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 94.31%
G = 1.22%
B = 4.47%

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

#E8030B (or 0xE8030B) is known color: Venetian Red. HEX triplet: E8, 03 and 0B. RGB value is (232,3,11). Sum of RGB (Red+Green+Blue) = 232+3+11=246 (32% of max value = 765). Red value is 232 (91.02% from 255 or 94.31% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 232 - color contains mainly: red. Hex color #E8030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8030B is #17FCF4. Grayscale: #484848. Windows color (decimal): -1572085 or 721896. OLE color: 721896.

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

Color convert

RGB 232 3 11 -
CMYK 0 0.99 0.95 0.09
HSL 357.9º 0.97% 0.46% -
HSV(B) 357.9º 0.99% 0.91% -
XYZ 33.37 17.25 1.89 -
YUV 72.38 93.37 241.85 -
System Red Green Blue C M Y K H S L
Decimal 232 3 11 0 0.99 0.95 0.09 357.9 0.97 0.46
Hex E8 3 B 0 63 5F 9 166 61 2E
Octal 350 3 13 0 143 137 11 546 141 56
Binary 11101000 11 1011 0 1100011 1011111 1001 101100110 1100001 101110

Color Harmonies of #E8030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8030B

Black with #E8030B

Text Example


Text Example

White with #E8030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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