Html Css Color HEX #C70119 Venetian Red

📋 copy color: '#C70119'

red 199 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #C70119

Tints of Venetian Red #C70119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 88.44%
G = 0.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C70119 (or 0xC70119) is known color: Venetian Red. HEX triplet: C7, 01 and 19. RGB value is (199,1,25). Sum of RGB (Red+Green+Blue) = 199+1+25=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C70119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70119 is #38FEE6. Grayscale: #3F3F3F. Windows color (decimal): -3735271 or 1638855. OLE color: 1638855.

HSL color Cylindrical-coordinate representation of color #C70119: hue angle of 352.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70119 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 25 -
CMYK 0 0.99 0.87 0.22
HSL 352.73º 0.99% 0.39% -
HSV(B) 352.73º 0.99% 0.78% -
XYZ 23.74 12.23 2.03 -
YUV 62.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 199 1 25 0 0.99 0.87 0.22 352.73 0.99 0.39
Hex C7 1 19 0 63 57 16 161 63 27
Octal 307 1 31 0 143 127 26 541 143 47
Binary 11000111 1 11001 0 1100011 1010111 10110 101100001 1100011 100111

Color Harmonies of #C70119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70119

Black with #C70119

Text Example


Text Example

White with #C70119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70119; }

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

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

background-color css

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

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

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

border-color css

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

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

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