Html Css Color HEX #C5080E Venetian Red

📋 copy color: '#C5080E'

red 197 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #C5080E

Tints of Venetian Red #C5080E

RGB

 RED value IS 197 (77.34% from 255) = 89.95%

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

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

R = 89.95%
G = 3.65%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5080E (or 0xC5080E) is known color: Venetian Red. HEX triplet: C5, 08 and 0E. RGB value is (197,8,14). Sum of RGB (Red+Green+Blue) = 197+8+14=219 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.95% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 197 - color contains mainly: red. Hex color #C5080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5080E is #3AF7F1. Grayscale: #414141. Windows color (decimal): -3864562 or 919749. OLE color: 919749.

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

Color convert

RGB 197 8 14 -
CMYK 0 0.96 0.93 0.23
HSL 358.1º 0.92% 0.4% -
HSV(B) 358.1º 0.96% 0.77% -
XYZ 23.19 12.08 1.52 -
YUV 65.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 197 8 14 0 0.96 0.93 0.23 358.1 0.92 0.4
Hex C5 8 E 0 60 5D 17 166 5C 28
Octal 305 10 16 0 140 135 27 546 134 50
Binary 11000101 1000 1110 0 1100000 1011101 10111 101100110 1011100 101000

Color Harmonies of #C5080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5080E

Black with #C5080E

Text Example


Text Example

White with #C5080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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