Html Css Color HEX #C70210 Venetian Red

📋 copy color: '#C70210'

red 199 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #C70210

Tints of Venetian Red #C70210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 91.71%
G = 0.92%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C70210 (or 0xC70210) is known color: Venetian Red. HEX triplet: C7, 02 and 10. RGB value is (199,2,16). Sum of RGB (Red+Green+Blue) = 199+2+16=217 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.71% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 199 - color contains mainly: red. Hex color #C70210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70210 is #38FDEF. Grayscale: #3E3E3E. Windows color (decimal): -3735024 or 1049287. OLE color: 1049287.

HSL color Cylindrical-coordinate representation of color #C70210: hue angle of 355.74º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70210 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 16 -
CMYK 0 0.99 0.92 0.22
HSL 355.74º 0.98% 0.39% -
HSV(B) 355.74º 0.99% 0.78% -
XYZ 23.67 12.22 1.6 -
YUV 62.5 101.77 225.36 -
System Red Green Blue C M Y K H S L
Decimal 199 2 16 0 0.99 0.92 0.22 355.74 0.98 0.39
Hex C7 2 10 0 63 5C 16 164 62 27
Octal 307 2 20 0 143 134 26 544 142 47
Binary 11000111 10 10000 0 1100011 1011100 10110 101100100 1100010 100111

Color Harmonies of #C70210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70210

Black with #C70210

Text Example


Text Example

White with #C70210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70210; }

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

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

background-color css

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

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

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

border-color css

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

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

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