Html Css Color HEX #C70111 Venetian Red

📋 copy color: '#C70111'

red 199 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #C70111

Tints of Venetian Red #C70111

RGB

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

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

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

R = 91.71%
G = 0.46%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C70111 (or 0xC70111) is known color: Venetian Red. HEX triplet: C7, 01 and 11. RGB value is (199,1,17). Sum of RGB (Red+Green+Blue) = 199+1+17=217 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.71% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 199 - color contains mainly: red. Hex color #C70111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70111 is #38FEEE. Grayscale: #3E3E3E. Windows color (decimal): -3735279 or 1114567. OLE color: 1114567.

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

Color convert

RGB 199 1 17 -
CMYK 0 0.99 0.91 0.22
HSL 355.15º 0.99% 0.39% -
HSV(B) 355.15º 0.99% 0.78% -
XYZ 23.67 12.2 1.64 -
YUV 62.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 199 1 17 0 0.99 0.91 0.22 355.15 0.99 0.39
Hex C7 1 11 0 63 5B 16 163 63 27
Octal 307 1 21 0 143 133 26 543 143 47
Binary 11000111 1 10001 0 1100011 1011011 10110 101100011 1100011 100111

Color Harmonies of #C70111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70111

Black with #C70111

Text Example


Text Example

White with #C70111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70111; }

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

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

background-color css

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

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

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

border-color css

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

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

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