Html Css Color HEX #C10711 Venetian Red

📋 copy color: '#C10711'

red 193 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #C10711

Tints of Venetian Red #C10711

RGB

 RED value IS 193 (75.78% from 255) = 88.94%

 GREEN value IS 7 (3.13% from 255) = 3.23%

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

R = 88.94%
G = 3.23%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10711 (or 0xC10711) is known color: Venetian Red. HEX triplet: C1, 07 and 11. RGB value is (193,7,17). Sum of RGB (Red+Green+Blue) = 193+7+17=217 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.94% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 193 - color contains mainly: red. Hex color #C10711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10711 is #3EF8EE. Grayscale: #3F3F3F. Windows color (decimal): -4126959 or 1116097. OLE color: 1116097.

HSL color Cylindrical-coordinate representation of color #C10711: hue angle of 356.77º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10711 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 17 -
CMYK 0 0.96 0.91 0.24
HSL 356.77º 0.93% 0.39% -
HSV(B) 356.77º 0.96% 0.76% -
XYZ 22.17 11.53 1.59 -
YUV 63.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 193 7 17 0 0.96 0.91 0.24 356.77 0.93 0.39
Hex C1 7 11 0 60 5B 18 165 5D 27
Octal 301 7 21 0 140 133 30 545 135 47
Binary 11000001 111 10001 0 1100000 1011011 11000 101100101 1011101 100111

Color Harmonies of #C10711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10711

Black with #C10711

Text Example


Text Example

White with #C10711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10711; }

 p { color: rgb(193,7,17); }

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

background-color css

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

 a { background-color: rgb(193,7,17); }

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

border-color css

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

 span { border-color: rgb(193,7,17); }

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