Html Css Color HEX #C11517 Venetian Red

📋 copy color: '#C11517'

red 193 ◦ green 21 ◦ blue 23

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

Shades of Venetian Red #C11517

Tints of Venetian Red #C11517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 81.43%
G = 8.86%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C11517 (or 0xC11517) is known color: Venetian Red. HEX triplet: C1, 15 and 17. RGB value is (193,21,23). Sum of RGB (Red+Green+Blue) = 193+21+23=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C11517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11517 is #3EEAE8. Grayscale: #484848. Windows color (decimal): -4123369 or 1512897. OLE color: 1512897.

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

Color convert

RGB 193 21 23 -
CMYK 0 0.89 0.88 0.24
HSL 359.3º 0.8% 0.42% -
HSV(B) 359.3º 0.89% 0.76% -
XYZ 22.42 11.94 1.93 -
YUV 72.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 193 21 23 0 0.89 0.88 0.24 359.3 0.8 0.42
Hex C1 15 17 0 59 58 18 167 50 2A
Octal 301 25 27 0 131 130 30 547 120 52
Binary 11000001 10101 10111 0 1011001 1011000 11000 101100111 1010000 101010

Color Harmonies of #C11517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11517

Black with #C11517

Text Example


Text Example

White with #C11517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11517; }

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

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

background-color css

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

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

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

border-color css

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

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

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