Html Css Color HEX #C70012 Venetian Red

📋 copy color: '#C70012'

red 199 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #C70012

Tints of Venetian Red #C70012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.71%
G = 0%
B = 8.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C70012 (or 0xC70012) is known color: Venetian Red. HEX triplet: C7, 00 and 12. RGB value is (199,0,18). Sum of RGB (Red+Green+Blue) = 199+0+18=217 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.71% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 199 - color contains mainly: red. Hex color #C70012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70012 is #38FFED. Grayscale: #3D3D3D. Windows color (decimal): -3735534 or 1179847. OLE color: 1179847.

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

Color convert

RGB 199 0 18 -
CMYK 0 1 0.91 0.22
HSL 354.57º 1% 0.39% -
HSV(B) 354.57º 1% 0.78% -
XYZ 23.66 12.19 1.68 -
YUV 61.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 199 0 18 0 1 0.91 0.22 354.57 1 0.39
Hex C7 0 12 0 64 5B 16 163 64 27
Octal 307 0 22 0 144 133 26 543 144 47
Binary 11000111 0 10010 0 1100100 1011011 10110 101100011 1100100 100111

Color Harmonies of #C70012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70012

Black with #C70012

Text Example


Text Example

White with #C70012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70012; }

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

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

background-color css

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

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

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

border-color css

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

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

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