Html Css Color HEX #C7081B Venetian Red

📋 copy color: '#C7081B'

red 199 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #C7081B

Tints of Venetian Red #C7081B

RGB

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

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

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

R = 85.04%
G = 3.42%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7081B (or 0xC7081B) is known color: Venetian Red. HEX triplet: C7, 08 and 1B. RGB value is (199,8,27). Sum of RGB (Red+Green+Blue) = 199+8+27=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C7081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7081B is #38F7E4. Grayscale: #434343. Windows color (decimal): -3733477 or 1771719. OLE color: 1771719.

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

Color convert

RGB 199 8 27 -
CMYK 0 0.96 0.86 0.22
HSL 354.03º 0.92% 0.41% -
HSV(B) 354.03º 0.96% 0.78% -
XYZ 23.84 12.39 2.17 -
YUV 67.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 199 8 27 0 0.96 0.86 0.22 354.03 0.92 0.41
Hex C7 8 1B 0 60 56 16 162 5C 29
Octal 307 10 33 0 140 126 26 542 134 51
Binary 11000111 1000 11011 0 1100000 1010110 10110 101100010 1011100 101001

Color Harmonies of #C7081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7081B

Black with #C7081B

Text Example


Text Example

White with #C7081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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