Html Css Color HEX #C11118 Venetian Red

📋 copy color: '#C11118'

red 193 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #C11118

Tints of Venetian Red #C11118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 82.48%
G = 7.26%
B = 10.26%

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

#C11118 (or 0xC11118) is known color: Venetian Red. HEX triplet: C1, 11 and 18. RGB value is (193,17,24). Sum of RGB (Red+Green+Blue) = 193+17+24=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11118 is #3EEEE7. Grayscale: #464646. Windows color (decimal): -4124392 or 1577409. OLE color: 1577409.

HSL color Cylindrical-coordinate representation of color #C11118: hue angle of 357.61º 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 #C11118 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 17 24 -
CMYK 0 0.91 0.88 0.24
HSL 357.61º 0.84% 0.41% -
HSV(B) 357.61º 0.91% 0.76% -
XYZ 22.36 11.8 1.96 -
YUV 70.42 101.81 215.43 -
System Red Green Blue C M Y K H S L
Decimal 193 17 24 0 0.91 0.88 0.24 357.61 0.84 0.41
Hex C1 11 18 0 5B 58 18 166 54 29
Octal 301 21 30 0 133 130 30 546 124 51
Binary 11000001 10001 11000 0 1011011 1011000 11000 101100110 1010100 101001

Color Harmonies of #C11118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11118

Black with #C11118

Text Example


Text Example

White with #C11118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11118; }

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

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

background-color css

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

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

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

border-color css

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

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

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