Html Css Color HEX #C7050F Venetian Red

📋 copy color: '#C7050F'

red 199 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #C7050F

Tints of Venetian Red #C7050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.85%

R = 90.87%
G = 2.28%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7050F (or 0xC7050F) is known color: Venetian Red. HEX triplet: C7, 05 and 0F. RGB value is (199,5,15). Sum of RGB (Red+Green+Blue) = 199+5+15=219 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.87% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 199 - color contains mainly: red. Hex color #C7050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7050F is #38FAF0. Grayscale: #404040. Windows color (decimal): -3734257 or 984519. OLE color: 984519.

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

Color convert

RGB 199 5 15 -
CMYK 0 0.97 0.92 0.22
HSL 356.91º 0.95% 0.4% -
HSV(B) 356.91º 0.97% 0.78% -
XYZ 23.69 12.29 1.57 -
YUV 64.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 199 5 15 0 0.97 0.92 0.22 356.91 0.95 0.4
Hex C7 5 F 0 61 5C 16 165 5F 28
Octal 307 5 17 0 141 134 26 545 137 50
Binary 11000111 101 1111 0 1100001 1011100 10110 101100101 1011111 101000

Color Harmonies of #C7050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7050F

Black with #C7050F

Text Example


Text Example

White with #C7050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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