Html Css Color HEX #C1011A Venetian Red

📋 copy color: '#C1011A'

red 193 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #C1011A

Tints of Venetian Red #C1011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 87.73%
G = 0.45%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1011A (or 0xC1011A) is known color: Venetian Red. HEX triplet: C1, 01 and 1A. RGB value is (193,1,26). Sum of RGB (Red+Green+Blue) = 193+1+26=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C1011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1011A is #3EFEE5. Grayscale: #3D3D3D. Windows color (decimal): -4128486 or 1704385. OLE color: 1704385.

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

Color convert

RGB 193 1 26 -
CMYK 0 0.99 0.87 0.24
HSL 352.19º 0.99% 0.38% -
HSV(B) 352.19º 0.99% 0.76% -
XYZ 22.19 11.43 2.01 -
YUV 61.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 193 1 26 0 0.99 0.87 0.24 352.19 0.99 0.38
Hex C1 1 1A 0 63 57 18 160 63 26
Octal 301 1 32 0 143 127 30 540 143 46
Binary 11000001 1 11010 0 1100011 1010111 11000 101100000 1100011 100110

Color Harmonies of #C1011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1011A

Black with #C1011A

Text Example


Text Example

White with #C1011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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