Html Css Color HEX #C7081C Venetian Red

📋 copy color: '#C7081C'

red 199 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #C7081C

Tints of Venetian Red #C7081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 84.68%
G = 3.4%
B = 11.91%

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

#C7081C (or 0xC7081C) is known color: Venetian Red. HEX triplet: C7, 08 and 1C. RGB value is (199,8,28). Sum of RGB (Red+Green+Blue) = 199+8+28=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C7081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7081C is #38F7E3. Grayscale: #434343. Windows color (decimal): -3733476 or 1837255. OLE color: 1837255.

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

Color convert

RGB 199 8 28 -
CMYK 0 0.96 0.86 0.22
HSL 353.72º 0.92% 0.41% -
HSV(B) 353.72º 0.96% 0.78% -
XYZ 23.85 12.4 2.23 -
YUV 67.39 105.78 221.87 -
System Red Green Blue C M Y K H S L
Decimal 199 8 28 0 0.96 0.86 0.22 353.72 0.92 0.41
Hex C7 8 1C 0 60 56 16 162 5C 29
Octal 307 10 34 0 140 126 26 542 134 51
Binary 11000111 1000 11100 0 1100000 1010110 10110 101100010 1011100 101001

Color Harmonies of #C7081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7081C

Black with #C7081C

Text Example


Text Example

White with #C7081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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