Html Css Color HEX #C10911 Venetian Red

📋 copy color: '#C10911'

red 193 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #C10911

Tints of Venetian Red #C10911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

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

R = 88.13%
G = 4.11%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10911 (or 0xC10911) is known color: Venetian Red. HEX triplet: C1, 09 and 11. RGB value is (193,9,17). Sum of RGB (Red+Green+Blue) = 193+9+17=219 (29% of max value = 765). Red value is 193 (75.78% from 255 or 88.13% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 193 - color contains mainly: red. Hex color #C10911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10911 is #3EF6EE. Grayscale: #414141. Windows color (decimal): -4126447 or 1116609. OLE color: 1116609.

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

Color convert

RGB 193 9 17 -
CMYK 0 0.95 0.91 0.24
HSL 357.39º 0.91% 0.4% -
HSV(B) 357.39º 0.95% 0.76% -
XYZ 22.19 11.57 1.59 -
YUV 64.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 193 9 17 0 0.95 0.91 0.24 357.39 0.91 0.4
Hex C1 9 11 0 5F 5B 18 165 5B 28
Octal 301 11 21 0 137 133 30 545 133 50
Binary 11000001 1001 10001 0 1011111 1011011 11000 101100101 1011011 101000

Color Harmonies of #C10911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10911

Black with #C10911

Text Example


Text Example

White with #C10911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10911; }

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

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

background-color css

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

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

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

border-color css

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

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

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