Html Css Color HEX #C7051E Venetian Red

📋 copy color: '#C7051E'

red 199 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #C7051E

Tints of Venetian Red #C7051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 85.04%
G = 2.14%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7051E (or 0xC7051E) is known color: Venetian Red. HEX triplet: C7, 05 and 1E. RGB value is (199,5,30). Sum of RGB (Red+Green+Blue) = 199+5+30=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C7051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7051E is #38FAE1. Grayscale: #414141. Windows color (decimal): -3734242 or 1967559. OLE color: 1967559.

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

Color convert

RGB 199 5 30 -
CMYK 0 0.97 0.85 0.22
HSL 352.27º 0.95% 0.4% -
HSV(B) 352.27º 0.97% 0.78% -
XYZ 23.84 12.34 2.35 -
YUV 65.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 199 5 30 0 0.97 0.85 0.22 352.27 0.95 0.4
Hex C7 5 1E 0 61 55 16 160 5F 28
Octal 307 5 36 0 141 125 26 540 137 50
Binary 11000111 101 11110 0 1100001 1010101 10110 101100000 1011111 101000

Color Harmonies of #C7051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7051E

Black with #C7051E

Text Example


Text Example

White with #C7051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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