Html Css Color HEX #C1101A Venetian Red

📋 copy color: '#C1101A'

red 193 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #C1101A

Tints of Venetian Red #C1101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 82.13%
G = 6.81%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1101A (or 0xC1101A) is known color: Venetian Red. HEX triplet: C1, 10 and 1A. RGB value is (193,16,26). Sum of RGB (Red+Green+Blue) = 193+16+26=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C1101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1101A is #3EEFE5. Grayscale: #464646. Windows color (decimal): -4124646 or 1708225. OLE color: 1708225.

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

Color convert

RGB 193 16 26 -
CMYK 0 0.92 0.87 0.24
HSL 356.61º 0.85% 0.41% -
HSV(B) 356.61º 0.92% 0.76% -
XYZ 22.36 11.78 2.07 -
YUV 70.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 193 16 26 0 0.92 0.87 0.24 356.61 0.85 0.41
Hex C1 10 1A 0 5C 57 18 165 55 29
Octal 301 20 32 0 134 127 30 545 125 51
Binary 11000001 10000 11010 0 1011100 1010111 11000 101100101 1010101 101001

Color Harmonies of #C1101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1101A

Black with #C1101A

Text Example


Text Example

White with #C1101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1101A; }

 p { color: rgb(193,16,26); }

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

background-color css

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

 a { background-color: rgb(193,16,26); }

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

border-color css

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

 span { border-color: rgb(193,16,26); }

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