Html Css Color HEX #C0080E Venetian Red

📋 copy color: '#C0080E'

red 192 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #C0080E

Tints of Venetian Red #C0080E

RGB

 RED value IS 192 (75.39% from 255) = 89.72%

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

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

R = 89.72%
G = 3.74%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0080E (or 0xC0080E) is known color: Venetian Red. HEX triplet: C0, 08 and 0E. RGB value is (192,8,14). Sum of RGB (Red+Green+Blue) = 192+8+14=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C0080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0080E is #3FF7F1. Grayscale: #3F3F3F. Windows color (decimal): -4192242 or 919744. OLE color: 919744.

HSL color Cylindrical-coordinate representation of color #C0080E: hue angle of 358.04º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 14 -
CMYK 0 0.96 0.93 0.25
HSL 358.04º 0.92% 0.39% -
HSV(B) 358.04º 0.96% 0.75% -
XYZ 21.9 11.41 1.46 -
YUV 63.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 192 8 14 0 0.96 0.93 0.25 358.04 0.92 0.39
Hex C0 8 E 0 60 5D 19 166 5C 27
Octal 300 10 16 0 140 135 31 546 134 47
Binary 11000000 1000 1110 0 1100000 1011101 11001 101100110 1011100 100111

Color Harmonies of #C0080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0080E

Black with #C0080E

Text Example


Text Example

White with #C0080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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