Html Css Color HEX #C7050A Venetian Red

📋 copy color: '#C7050A'

red 199 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #C7050A

Tints of Venetian Red #C7050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 92.99%
G = 2.34%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7050A (or 0xC7050A) is known color: Venetian Red. HEX triplet: C7, 05 and 0A. RGB value is (199,5,10). Sum of RGB (Red+Green+Blue) = 199+5+10=214 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.99% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 199 - color contains mainly: red. Hex color #C7050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7050A is #38FAF5. Grayscale: #3F3F3F. Windows color (decimal): -3734262 or 656839. OLE color: 656839.

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

Color convert

RGB 199 5 10 -
CMYK 0 0.97 0.95 0.22
HSL 358.45º 0.95% 0.4% -
HSV(B) 358.45º 0.97% 0.78% -
XYZ 23.66 12.27 1.41 -
YUV 63.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 199 5 10 0 0.97 0.95 0.22 358.45 0.95 0.4
Hex C7 5 A 0 61 5F 16 166 5F 28
Octal 307 5 12 0 141 137 26 546 137 50
Binary 11000111 101 1010 0 1100001 1011111 10110 101100110 1011111 101000

Color Harmonies of #C7050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7050A

Black with #C7050A

Text Example


Text Example

White with #C7050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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