Html Css Color HEX #C7050E Venetian Red

📋 copy color: '#C7050E'

red 199 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #C7050E

Tints of Venetian Red #C7050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 91.28%
G = 2.29%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7050E (or 0xC7050E) is known color: Venetian Red. HEX triplet: C7, 05 and 0E. RGB value is (199,5,14). Sum of RGB (Red+Green+Blue) = 199+5+14=218 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.28% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 199 - color contains mainly: red. Hex color #C7050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7050E is #38FAF1. Grayscale: #404040. Windows color (decimal): -3734258 or 918983. OLE color: 918983.

HSL color Cylindrical-coordinate representation of color #C7050E: hue angle of 357.22º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7050E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 14 -
CMYK 0 0.97 0.93 0.22
HSL 357.22º 0.95% 0.4% -
HSV(B) 357.22º 0.97% 0.78% -
XYZ 23.69 12.28 1.54 -
YUV 64.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 199 5 14 0 0.97 0.93 0.22 357.22 0.95 0.4
Hex C7 5 E 0 61 5D 16 165 5F 28
Octal 307 5 16 0 141 135 26 545 137 50
Binary 11000111 101 1110 0 1100001 1011101 10110 101100101 1011111 101000

Color Harmonies of #C7050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7050E

Black with #C7050E

Text Example


Text Example

White with #C7050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7050E; }

 p { color: rgb(199,5,14); }

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

background-color css

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

 a { background-color: rgb(199,5,14); }

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

border-color css

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

 span { border-color: rgb(199,5,14); }

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