Html Css Color HEX #C11317 Venetian Red

📋 copy color: '#C11317'

red 193 ◦ green 19 ◦ blue 23

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

Shades of Venetian Red #C11317

Tints of Venetian Red #C11317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 82.13%
G = 8.09%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C11317 (or 0xC11317) is known color: Venetian Red. HEX triplet: C1, 13 and 17. RGB value is (193,19,23). Sum of RGB (Red+Green+Blue) = 193+19+23=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C11317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11317 is #3EECE8. Grayscale: #474747. Windows color (decimal): -4123881 or 1512385. OLE color: 1512385.

HSL color Cylindrical-coordinate representation of color #C11317: hue angle of 358.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11317 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 23 -
CMYK 0 0.90 0.88 0.24
HSL 358.62º 0.82% 0.42% -
HSV(B) 358.62º 0.9% 0.76% -
XYZ 22.38 11.87 1.92 -
YUV 71.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 193 19 23 0 0.90 0.88 0.24 358.62 0.82 0.42
Hex C1 13 17 0 5A 58 18 167 52 2A
Octal 301 23 27 0 132 130 30 547 122 52
Binary 11000001 10011 10111 0 1011010 1011000 11000 101100111 1010010 101010

Color Harmonies of #C11317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11317

Black with #C11317

Text Example


Text Example

White with #C11317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11317; }

 p { color: rgb(193,19,23); }

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

background-color css

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

 a { background-color: rgb(193,19,23); }

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

border-color css

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

 span { border-color: rgb(193,19,23); }

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