Html Css Color HEX #C6101A Venetian Red

📋 copy color: '#C6101A'

red 198 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #C6101A

Tints of Venetian Red #C6101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 82.5%
G = 6.67%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6101A (or 0xC6101A) is known color: Venetian Red. HEX triplet: C6, 10 and 1A. RGB value is (198,16,26). Sum of RGB (Red+Green+Blue) = 198+16+26=240 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.5% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 198 - color contains mainly: red. Hex color #C6101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6101A is #39EFE5. Grayscale: #474747. Windows color (decimal): -3796966 or 1708230. OLE color: 1708230.

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

Color convert

RGB 198 16 26 -
CMYK 0 0.92 0.87 0.22
HSL 356.7º 0.85% 0.42% -
HSV(B) 356.7º 0.92% 0.78% -
XYZ 23.66 12.45 2.13 -
YUV 71.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 198 16 26 0 0.92 0.87 0.22 356.7 0.85 0.42
Hex C6 10 1A 0 5C 57 16 165 55 2A
Octal 306 20 32 0 134 127 26 545 125 52
Binary 11000110 10000 11010 0 1011100 1010111 10110 101100101 1010101 101010

Color Harmonies of #C6101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6101A

Black with #C6101A

Text Example


Text Example

White with #C6101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6101A; }

 p { color: rgb(198,16,26); }

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

background-color css

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

 a { background-color: rgb(198,16,26); }

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

border-color css

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

 span { border-color: rgb(198,16,26); }

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