Html Css Color HEX #C7070C Venetian Red

📋 copy color: '#C7070C'

red 199 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #C7070C

Tints of Venetian Red #C7070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 91.28%
G = 3.21%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7070C (or 0xC7070C) is known color: Venetian Red. HEX triplet: C7, 07 and 0C. RGB value is (199,7,12). Sum of RGB (Red+Green+Blue) = 199+7+12=218 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.28% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 199 - color contains mainly: red. Hex color #C7070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7070C is #38F8F3. Grayscale: #414141. Windows color (decimal): -3733748 or 788423. OLE color: 788423.

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

Color convert

RGB 199 7 12 -
CMYK 0 0.96 0.94 0.22
HSL 358.44º 0.93% 0.4% -
HSV(B) 358.44º 0.96% 0.78% -
XYZ 23.7 12.32 1.48 -
YUV 64.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 199 7 12 0 0.96 0.94 0.22 358.44 0.93 0.4
Hex C7 7 C 0 60 5E 16 166 5D 28
Octal 307 7 14 0 140 136 26 546 135 50
Binary 11000111 111 1100 0 1100000 1011110 10110 101100110 1011101 101000

Color Harmonies of #C7070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7070C

Black with #C7070C

Text Example


Text Example

White with #C7070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7070C; }

 p { color: rgb(199,7,12); }

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

background-color css

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

 a { background-color: rgb(199,7,12); }

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

border-color css

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

 span { border-color: rgb(199,7,12); }

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