Html Css Color HEX #C70519 Venetian Red

📋 copy color: '#C70519'

red 199 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #C70519

Tints of Venetian Red #C70519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 86.9%
G = 2.18%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C70519 (or 0xC70519) is known color: Venetian Red. HEX triplet: C7, 05 and 19. RGB value is (199,5,25). Sum of RGB (Red+Green+Blue) = 199+5+25=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C70519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70519 is #38FAE6. Grayscale: #414141. Windows color (decimal): -3734247 or 1639879. OLE color: 1639879.

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

Color convert

RGB 199 5 25 -
CMYK 0 0.97 0.87 0.22
HSL 353.81º 0.95% 0.4% -
HSV(B) 353.81º 0.97% 0.78% -
XYZ 23.78 12.32 2.04 -
YUV 65.29 105.27 223.37 -
System Red Green Blue C M Y K H S L
Decimal 199 5 25 0 0.97 0.87 0.22 353.81 0.95 0.4
Hex C7 5 19 0 61 57 16 162 5F 28
Octal 307 5 31 0 141 127 26 542 137 50
Binary 11000111 101 11001 0 1100001 1010111 10110 101100010 1011111 101000

Color Harmonies of #C70519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70519

Black with #C70519

Text Example


Text Example

White with #C70519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70519; }

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

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

background-color css

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

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

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

border-color css

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

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

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