Html Css Color HEX #E6080C Venetian Red

📋 copy color: '#E6080C'

red 230 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #E6080C

Tints of Venetian Red #E6080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 92%
G = 3.2%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6080C (or 0xE6080C) is known color: Venetian Red. HEX triplet: E6, 08 and 0C. RGB value is (230,8,12). Sum of RGB (Red+Green+Blue) = 230+8+12=250 (33% of max value = 765). Red value is 230 (90.23% from 255 or 92% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 230 - color contains mainly: red. Hex color #E6080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6080C is #19F7F3. Grayscale: #4B4B4B. Windows color (decimal): -1701876 or 788710. OLE color: 788710.

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

Color convert

RGB 230 8 12 -
CMYK 0 0.97 0.95 0.10
HSL 358.92º 0.93% 0.47% -
HSV(B) 358.92º 0.97% 0.9% -
XYZ 32.79 17.02 1.91 -
YUV 74.83 92.55 238.67 -
System Red Green Blue C M Y K H S L
Decimal 230 8 12 0 0.97 0.95 0.10 358.92 0.93 0.47
Hex E6 8 C 0 61 5F A 167 5D 2F
Octal 346 10 14 0 141 137 12 547 135 57
Binary 11100110 1000 1100 0 1100001 1011111 1010 101100111 1011101 101111

Color Harmonies of #E6080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6080C

Black with #E6080C

Text Example


Text Example

White with #E6080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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