Html Css Color HEX #C6080D Venetian Red

📋 copy color: '#C6080D'

red 198 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #C6080D

Tints of Venetian Red #C6080D

RGB

 RED value IS 198 (77.73% from 255) = 90.41%

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

 BLUE value IS 13 (5.47% from 255) = 5.94%

R = 90.41%
G = 3.65%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6080D (or 0xC6080D) is known color: Venetian Red. HEX triplet: C6, 08 and 0D. RGB value is (198,8,13). Sum of RGB (Red+Green+Blue) = 198+8+13=219 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90.41% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 198 - color contains mainly: red. Hex color #C6080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6080D is #39F7F2. Grayscale: #414141. Windows color (decimal): -3799027 or 854214. OLE color: 854214.

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

Color convert

RGB 198 8 13 -
CMYK 0 0.96 0.93 0.22
HSL 358.42º 0.92% 0.4% -
HSV(B) 358.42º 0.96% 0.78% -
XYZ 23.45 12.21 1.5 -
YUV 65.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 198 8 13 0 0.96 0.93 0.22 358.42 0.92 0.4
Hex C6 8 D 0 60 5D 16 166 5C 28
Octal 306 10 15 0 140 135 26 546 134 50
Binary 11000110 1000 1101 0 1100000 1011101 10110 101100110 1011100 101000

Color Harmonies of #C6080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6080D

Black with #C6080D

Text Example


Text Example

White with #C6080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6080D; }

 p { color: rgb(198,8,13); }

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

background-color css

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

 a { background-color: rgb(198,8,13); }

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

border-color css

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

 span { border-color: rgb(198,8,13); }

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