Html Css Color HEX #C70216 Venetian Red

📋 copy color: '#C70216'

red 199 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #C70216

Tints of Venetian Red #C70216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 89.24%
G = 0.9%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C70216 (or 0xC70216) is known color: Venetian Red. HEX triplet: C7, 02 and 16. RGB value is (199,2,22). Sum of RGB (Red+Green+Blue) = 199+2+22=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C70216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70216 is #38FDE9. Grayscale: #3F3F3F. Windows color (decimal): -3735018 or 1442503. OLE color: 1442503.

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

Color convert

RGB 199 2 22 -
CMYK 0 0.99 0.89 0.22
HSL 353.91º 0.98% 0.39% -
HSV(B) 353.91º 0.99% 0.78% -
XYZ 23.72 12.24 1.87 -
YUV 63.18 104.77 224.87 -
System Red Green Blue C M Y K H S L
Decimal 199 2 22 0 0.99 0.89 0.22 353.91 0.98 0.39
Hex C7 2 16 0 63 59 16 162 62 27
Octal 307 2 26 0 143 131 26 542 142 47
Binary 11000111 10 10110 0 1100011 1011001 10110 101100010 1100010 100111

Color Harmonies of #C70216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70216

Black with #C70216

Text Example


Text Example

White with #C70216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70216; }

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

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

background-color css

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

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

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

border-color css

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

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

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