Html Css Color HEX #C70219 Venetian Red

📋 copy color: '#C70219'

red 199 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #C70219

Tints of Venetian Red #C70219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 88.05%
G = 0.88%
B = 11.06%

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

#C70219 (or 0xC70219) is known color: Venetian Red. HEX triplet: C7, 02 and 19. RGB value is (199,2,25). Sum of RGB (Red+Green+Blue) = 199+2+25=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C70219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70219 is #38FDE6. Grayscale: #3F3F3F. Windows color (decimal): -3735015 or 1639111. OLE color: 1639111.

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

Color convert

RGB 199 2 25 -
CMYK 0 0.99 0.87 0.22
HSL 352.99º 0.98% 0.39% -
HSV(B) 352.99º 0.99% 0.78% -
XYZ 23.75 12.26 2.03 -
YUV 63.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 199 2 25 0 0.99 0.87 0.22 352.99 0.98 0.39
Hex C7 2 19 0 63 57 16 161 62 27
Octal 307 2 31 0 143 127 26 541 142 47
Binary 11000111 10 11001 0 1100011 1010111 10110 101100001 1100010 100111

Color Harmonies of #C70219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70219

Black with #C70219

Text Example


Text Example

White with #C70219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70219; }

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

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

background-color css

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

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

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

border-color css

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

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

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