Html Css Color HEX #C70610 Venetian Red

📋 copy color: '#C70610'

red 199 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #C70610

Tints of Venetian Red #C70610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 90.05%
G = 2.71%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C70610 (or 0xC70610) is known color: Venetian Red. HEX triplet: C7, 06 and 10. RGB value is (199,6,16). Sum of RGB (Red+Green+Blue) = 199+6+16=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C70610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70610 is #38F9EF. Grayscale: #414141. Windows color (decimal): -3734000 or 1050311. OLE color: 1050311.

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

Color convert

RGB 199 6 16 -
CMYK 0 0.97 0.92 0.22
HSL 356.89º 0.94% 0.4% -
HSV(B) 356.89º 0.97% 0.78% -
XYZ 23.71 12.31 1.62 -
YUV 64.85 100.44 223.69 -
System Red Green Blue C M Y K H S L
Decimal 199 6 16 0 0.97 0.92 0.22 356.89 0.94 0.4
Hex C7 6 10 0 61 5C 16 165 5E 28
Octal 307 6 20 0 141 134 26 545 136 50
Binary 11000111 110 10000 0 1100001 1011100 10110 101100101 1011110 101000

Color Harmonies of #C70610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70610

Black with #C70610

Text Example


Text Example

White with #C70610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70610; }

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

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

background-color css

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

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

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

border-color css

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

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

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