Html Css Color HEX #C70120 Venetian Red

📋 copy color: '#C70120'

red 199 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #C70120

Tints of Venetian Red #C70120

RGB

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

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

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

R = 85.78%
G = 0.43%
B = 13.79%

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

#C70120 (or 0xC70120) is known color: Venetian Red. HEX triplet: C7, 01 and 20. RGB value is (199,1,32). Sum of RGB (Red+Green+Blue) = 199+1+32=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C70120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70120 is #38FEDF. Grayscale: #3F3F3F. Windows color (decimal): -3735264 or 2097607. OLE color: 2097607.

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

Color convert

RGB 199 1 32 -
CMYK 0 0.99 0.84 0.22
HSL 350.61º 0.99% 0.39% -
HSV(B) 350.61º 0.99% 0.78% -
XYZ 23.82 12.27 2.48 -
YUV 63.74 110.1 224.48 -
System Red Green Blue C M Y K H S L
Decimal 199 1 32 0 0.99 0.84 0.22 350.61 0.99 0.39
Hex C7 1 20 0 63 54 16 15F 63 27
Octal 307 1 40 0 143 124 26 537 143 47
Binary 11000111 1 100000 0 1100011 1010100 10110 101011111 1100011 100111

Color Harmonies of #C70120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70120

Black with #C70120

Text Example


Text Example

White with #C70120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70120; }

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

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

background-color css

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

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

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

border-color css

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

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

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