Html Css Color HEX #C70112 Venetian Red

📋 copy color: '#C70112'

red 199 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #C70112

Tints of Venetian Red #C70112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 91.28%
G = 0.46%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C70112 (or 0xC70112) is known color: Venetian Red. HEX triplet: C7, 01 and 12. RGB value is (199,1,18). Sum of RGB (Red+Green+Blue) = 199+1+18=218 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.28% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 199 - color contains mainly: red. Hex color #C70112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70112 is #38FEED. Grayscale: #3E3E3E. Windows color (decimal): -3735278 or 1180103. OLE color: 1180103.

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

Color convert

RGB 199 1 18 -
CMYK 0 0.99 0.91 0.22
HSL 354.85º 0.99% 0.39% -
HSV(B) 354.85º 0.99% 0.78% -
XYZ 23.67 12.21 1.68 -
YUV 62.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 199 1 18 0 0.99 0.91 0.22 354.85 0.99 0.39
Hex C7 1 12 0 63 5B 16 163 63 27
Octal 307 1 22 0 143 133 26 543 143 47
Binary 11000111 1 10010 0 1100011 1011011 10110 101100011 1100011 100111

Color Harmonies of #C70112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70112

Black with #C70112

Text Example


Text Example

White with #C70112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70112; }

 p { color: rgb(199,1,18); }

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

background-color css

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

 a { background-color: rgb(199,1,18); }

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

border-color css

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

 span { border-color: rgb(199,1,18); }

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