Html Css Color HEX #C7080A Venetian Red

📋 copy color: '#C7080A'

red 199 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #C7080A

Tints of Venetian Red #C7080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.61%

R = 91.71%
G = 3.69%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7080A (or 0xC7080A) is known color: Venetian Red. HEX triplet: C7, 08 and 0A. RGB value is (199,8,10). Sum of RGB (Red+Green+Blue) = 199+8+10=217 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.71% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 199 - color contains mainly: red. Hex color #C7080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7080A is #38F7F5. Grayscale: #414141. Windows color (decimal): -3733494 or 657607. OLE color: 657607.

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

Color convert

RGB 199 8 10 -
CMYK 0 0.96 0.95 0.22
HSL 359.37º 0.92% 0.41% -
HSV(B) 359.37º 0.96% 0.78% -
XYZ 23.69 12.34 1.42 -
YUV 65.34 96.78 223.34 -
System Red Green Blue C M Y K H S L
Decimal 199 8 10 0 0.96 0.95 0.22 359.37 0.92 0.41
Hex C7 8 A 0 60 5F 16 167 5C 29
Octal 307 10 12 0 140 137 26 547 134 51
Binary 11000111 1000 1010 0 1100000 1011111 10110 101100111 1011100 101001

Color Harmonies of #C7080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7080A

Black with #C7080A

Text Example


Text Example

White with #C7080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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