Html Css Color HEX #C11117 Venetian Red

📋 copy color: '#C11117'

red 193 ◦ green 17 ◦ blue 23

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

Shades of Venetian Red #C11117

Tints of Venetian Red #C11117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.3%

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

R = 82.83%
G = 7.3%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C11117 (or 0xC11117) is known color: Venetian Red. HEX triplet: C1, 11 and 17. RGB value is (193,17,23). Sum of RGB (Red+Green+Blue) = 193+17+23=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C11117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11117 is #3EEEE8. Grayscale: #464646. Windows color (decimal): -4124393 or 1511873. OLE color: 1511873.

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

Color convert

RGB 193 17 23 -
CMYK 0 0.91 0.88 0.24
HSL 357.95º 0.84% 0.41% -
HSV(B) 357.95º 0.91% 0.76% -
XYZ 22.35 11.8 1.91 -
YUV 70.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 193 17 23 0 0.91 0.88 0.24 357.95 0.84 0.41
Hex C1 11 17 0 5B 58 18 166 54 29
Octal 301 21 27 0 133 130 30 546 124 51
Binary 11000001 10001 10111 0 1011011 1011000 11000 101100110 1010100 101001

Color Harmonies of #C11117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11117

Black with #C11117

Text Example


Text Example

White with #C11117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11117; }

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

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

background-color css

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

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

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

border-color css

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

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

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