Html Css Color HEX #C70611 Venetian Red

📋 copy color: '#C70611'

red 199 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #C70611

Tints of Venetian Red #C70611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

 BLUE value IS 17 (7.03% from 255) = 7.66%

R = 89.64%
G = 2.7%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C70611 (or 0xC70611) is known color: Venetian Red. HEX triplet: C7, 06 and 11. RGB value is (199,6,17). Sum of RGB (Red+Green+Blue) = 199+6+17=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70611 is #38F9EE. Grayscale: #414141. Windows color (decimal): -3733999 or 1115847. OLE color: 1115847.

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

Color convert

RGB 199 6 17 -
CMYK 0 0.97 0.91 0.22
HSL 356.58º 0.94% 0.4% -
HSV(B) 356.58º 0.97% 0.78% -
XYZ 23.72 12.31 1.66 -
YUV 64.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 199 6 17 0 0.97 0.91 0.22 356.58 0.94 0.4
Hex C7 6 11 0 61 5B 16 165 5E 28
Octal 307 6 21 0 141 133 26 545 136 50
Binary 11000111 110 10001 0 1100001 1011011 10110 101100101 1011110 101000

Color Harmonies of #C70611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70611

Black with #C70611

Text Example


Text Example

White with #C70611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70611; }

 p { color: rgb(199,6,17); }

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

background-color css

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

 a { background-color: rgb(199,6,17); }

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

border-color css

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

 span { border-color: rgb(199,6,17); }

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