Html Css Color HEX #E80308 Venetian Red

📋 copy color: '#E80308'

red 232 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #E80308

Tints of Venetian Red #E80308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.29%

R = 95.47%
G = 1.23%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E80308 (or 0xE80308) is known color: Venetian Red. HEX triplet: E8, 03 and 08. RGB value is (232,3,8). Sum of RGB (Red+Green+Blue) = 232+3+8=243 (32% of max value = 765). Red value is 232 (91.02% from 255 or 95.47% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 232 - color contains mainly: red. Hex color #E80308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80308 is #17FCF7. Grayscale: #484848. Windows color (decimal): -1572088 or 525288. OLE color: 525288.

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

Color convert

RGB 232 3 8 -
CMYK 0 0.99 0.97 0.09
HSL 358.69º 0.97% 0.46% -
HSV(B) 358.69º 0.99% 0.91% -
XYZ 33.36 17.24 1.8 -
YUV 72.04 91.87 242.09 -
System Red Green Blue C M Y K H S L
Decimal 232 3 8 0 0.99 0.97 0.09 358.69 0.97 0.46
Hex E8 3 8 0 63 61 9 167 61 2E
Octal 350 3 10 0 143 141 11 547 141 56
Binary 11101000 11 1000 0 1100011 1100001 1001 101100111 1100001 101110

Color Harmonies of #E80308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80308

Black with #E80308

Text Example


Text Example

White with #E80308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80308; }

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

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

background-color css

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

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

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

border-color css

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

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

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