Html Css Color HEX #C70014 Venetian Red

📋 copy color: '#C70014'

red 199 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #C70014

Tints of Venetian Red #C70014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 90.87%
G = 0%
B = 9.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C70014 (or 0xC70014) is known color: Venetian Red. HEX triplet: C7, 00 and 14. RGB value is (199,0,20). Sum of RGB (Red+Green+Blue) = 199+0+20=219 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.87% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 199 - color contains mainly: red. Hex color #C70014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70014 is #38FFEB. Grayscale: #3D3D3D. Windows color (decimal): -3735532 or 1310919. OLE color: 1310919.

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

Color convert

RGB 199 0 20 -
CMYK 0 1 0.90 0.22
HSL 353.97º 1% 0.39% -
HSV(B) 353.97º 1% 0.78% -
XYZ 23.68 12.19 1.77 -
YUV 61.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 199 0 20 0 1 0.90 0.22 353.97 1 0.39
Hex C7 0 14 0 64 5A 16 162 64 27
Octal 307 0 24 0 144 132 26 542 144 47
Binary 11000111 0 10100 0 1100100 1011010 10110 101100010 1100100 100111

Color Harmonies of #C70014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70014

Black with #C70014

Text Example


Text Example

White with #C70014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70014; }

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

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

background-color css

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

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

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

border-color css

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

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

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