Html Css Color HEX #C7101A Venetian Red

📋 copy color: '#C7101A'

red 199 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #C7101A

Tints of Venetian Red #C7101A

RGB

 RED value IS 199 (78.13% from 255) = 82.57%

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

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

R = 82.57%
G = 6.64%
B = 10.79%

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

#C7101A (or 0xC7101A) is known color: Venetian Red. HEX triplet: C7, 10 and 1A. RGB value is (199,16,26). Sum of RGB (Red+Green+Blue) = 199+16+26=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C7101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7101A is #38EFE5. Grayscale: #484848. Windows color (decimal): -3731430 or 1708231. OLE color: 1708231.

HSL color Cylindrical-coordinate representation of color #C7101A: hue angle of 356.72º 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 #C7101A is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 26 -
CMYK 0 0.92 0.87 0.22
HSL 356.72º 0.85% 0.42% -
HSV(B) 356.72º 0.92% 0.78% -
XYZ 23.92 12.59 2.15 -
YUV 71.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 199 16 26 0 0.92 0.87 0.22 356.72 0.85 0.42
Hex C7 10 1A 0 5C 57 16 165 55 2A
Octal 307 20 32 0 134 127 26 545 125 52
Binary 11000111 10000 11010 0 1011100 1010111 10110 101100101 1010101 101010

Color Harmonies of #C7101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7101A

Black with #C7101A

Text Example


Text Example

White with #C7101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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