Html Css Color HEX #C7101B Venetian Red

📋 copy color: '#C7101B'

red 199 ◦ green 16 ◦ blue 27

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

Shades of Venetian Red #C7101B

Tints of Venetian Red #C7101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 82.23%
G = 6.61%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7101B (or 0xC7101B) is known color: Venetian Red. HEX triplet: C7, 10 and 1B. RGB value is (199,16,27). Sum of RGB (Red+Green+Blue) = 199+16+27=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C7101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7101B is #38EFE4. Grayscale: #484848. Windows color (decimal): -3731429 or 1773767. OLE color: 1773767.

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

Color convert

RGB 199 16 27 -
CMYK 0 0.92 0.86 0.22
HSL 356.39º 0.85% 0.42% -
HSV(B) 356.39º 0.92% 0.78% -
XYZ 23.94 12.59 2.21 -
YUV 71.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 199 16 27 0 0.92 0.86 0.22 356.39 0.85 0.42
Hex C7 10 1B 0 5C 56 16 164 55 2A
Octal 307 20 33 0 134 126 26 544 125 52
Binary 11000111 10000 11011 0 1011100 1010110 10110 101100100 1010101 101010

Color Harmonies of #C7101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7101B

Black with #C7101B

Text Example


Text Example

White with #C7101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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