Html Css Color HEX #C70220 Venetian Red

📋 copy color: '#C70220'

red 199 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #C70220

Tints of Venetian Red #C70220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 85.41%
G = 0.86%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C70220 (or 0xC70220) is known color: Venetian Red. HEX triplet: C7, 02 and 20. RGB value is (199,2,32). Sum of RGB (Red+Green+Blue) = 199+2+32=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C70220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70220 is #38FDDF. Grayscale: #404040. Windows color (decimal): -3735008 or 2097863. OLE color: 2097863.

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

Color convert

RGB 199 2 32 -
CMYK 0 0.99 0.84 0.22
HSL 350.86º 0.98% 0.39% -
HSV(B) 350.86º 0.99% 0.78% -
XYZ 23.84 12.29 2.48 -
YUV 64.32 109.77 224.06 -
System Red Green Blue C M Y K H S L
Decimal 199 2 32 0 0.99 0.84 0.22 350.86 0.98 0.39
Hex C7 2 20 0 63 54 16 15F 62 27
Octal 307 2 40 0 143 124 26 537 142 47
Binary 11000111 10 100000 0 1100011 1010100 10110 101011111 1100010 100111

Color Harmonies of #C70220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70220

Black with #C70220

Text Example


Text Example

White with #C70220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70220; }

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

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

background-color css

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

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

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

border-color css

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

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

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