Html Css Color HEX #E6080E Venetian Red

📋 copy color: '#E6080E'

red 230 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #E6080E

Tints of Venetian Red #E6080E

RGB

 RED value IS 230 (90.23% from 255) = 91.27%

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 91.27%
G = 3.17%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6080E (or 0xE6080E) is known color: Venetian Red. HEX triplet: E6, 08 and 0E. RGB value is (230,8,14). Sum of RGB (Red+Green+Blue) = 230+8+14=252 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.27% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 230 - color contains mainly: red. Hex color #E6080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6080E is #19F7F1. Grayscale: #4B4B4B. Windows color (decimal): -1701874 or 919782. OLE color: 919782.

HSL color Cylindrical-coordinate representation of color #E6080E: hue angle of 358.38º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6080E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 8 14 -
CMYK 0 0.97 0.94 0.10
HSL 358.38º 0.93% 0.47% -
HSV(B) 358.38º 0.97% 0.9% -
XYZ 32.8 17.03 1.97 -
YUV 75.06 93.55 238.51 -
System Red Green Blue C M Y K H S L
Decimal 230 8 14 0 0.97 0.94 0.10 358.38 0.93 0.47
Hex E6 8 E 0 61 5E A 166 5D 2F
Octal 346 10 16 0 141 136 12 546 135 57
Binary 11100110 1000 1110 0 1100001 1011110 1010 101100110 1011101 101111

Color Harmonies of #E6080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6080E

Black with #E6080E

Text Example


Text Example

White with #E6080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6080E; }

 p { color: rgb(230,8,14); }

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

background-color css

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

 a { background-color: rgb(230,8,14); }

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

border-color css

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

 span { border-color: rgb(230,8,14); }

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