Html Css Color HEX #E80306 Venetian Red

📋 copy color: '#E80306'

red 232 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #E80306

Tints of Venetian Red #E80306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 96.27%
G = 1.24%
B = 2.49%

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

#E80306 (or 0xE80306) is known color: Venetian Red. HEX triplet: E8, 03 and 06. RGB value is (232,3,6). Sum of RGB (Red+Green+Blue) = 232+3+6=241 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.27% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 232 - color contains mainly: red. Hex color #E80306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80306 is #17FCF9. Grayscale: #484848. Windows color (decimal): -1572090 or 394216. OLE color: 394216.

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

Color convert

RGB 232 3 6 -
CMYK 0 0.99 0.97 0.09
HSL 359.21º 0.97% 0.46% -
HSV(B) 359.21º 0.99% 0.91% -
XYZ 33.34 17.23 1.74 -
YUV 71.81 90.87 242.26 -
System Red Green Blue C M Y K H S L
Decimal 232 3 6 0 0.99 0.97 0.09 359.21 0.97 0.46
Hex E8 3 6 0 63 61 9 167 61 2E
Octal 350 3 6 0 143 141 11 547 141 56
Binary 11101000 11 110 0 1100011 1100001 1001 101100111 1100001 101110

Color Harmonies of #E80306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80306

Black with #E80306

Text Example


Text Example

White with #E80306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80306; }

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

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

background-color css

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

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

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

border-color css

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

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

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