Html Css Color HEX #C7060A Venetian Red

📋 copy color: '#C7060A'

red 199 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #C7060A

Tints of Venetian Red #C7060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 92.56%
G = 2.79%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7060A (or 0xC7060A) is known color: Venetian Red. HEX triplet: C7, 06 and 0A. RGB value is (199,6,10). Sum of RGB (Red+Green+Blue) = 199+6+10=215 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.56% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 199 - color contains mainly: red. Hex color #C7060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7060A is #38F9F5. Grayscale: #404040. Windows color (decimal): -3734006 or 657095. OLE color: 657095.

HSL color Cylindrical-coordinate representation of color #C7060A: hue angle of 358.76º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7060A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 6 10 -
CMYK 0 0.97 0.95 0.22
HSL 358.76º 0.94% 0.4% -
HSV(B) 358.76º 0.97% 0.78% -
XYZ 23.67 12.29 1.41 -
YUV 64.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 199 6 10 0 0.97 0.95 0.22 358.76 0.94 0.4
Hex C7 6 A 0 61 5F 16 167 5E 28
Octal 307 6 12 0 141 137 26 547 136 50
Binary 11000111 110 1010 0 1100001 1011111 10110 101100111 1011110 101000

Color Harmonies of #C7060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7060A

Black with #C7060A

Text Example


Text Example

White with #C7060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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