Html Css Color HEX #C1081A Venetian Red

📋 copy color: '#C1081A'

red 193 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #C1081A

Tints of Venetian Red #C1081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

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

R = 85.02%
G = 3.52%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1081A (or 0xC1081A) is known color: Venetian Red. HEX triplet: C1, 08 and 1A. RGB value is (193,8,26). Sum of RGB (Red+Green+Blue) = 193+8+26=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C1081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1081A is #3EF7E5. Grayscale: #414141. Windows color (decimal): -4126694 or 1706177. OLE color: 1706177.

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

Color convert

RGB 193 8 26 -
CMYK 0 0.96 0.87 0.24
HSL 354.16º 0.92% 0.39% -
HSV(B) 354.16º 0.96% 0.76% -
XYZ 22.27 11.59 2.04 -
YUV 65.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 193 8 26 0 0.96 0.87 0.24 354.16 0.92 0.39
Hex C1 8 1A 0 60 57 18 162 5C 27
Octal 301 10 32 0 140 127 30 542 134 47
Binary 11000001 1000 11010 0 1100000 1010111 11000 101100010 1011100 100111

Color Harmonies of #C1081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1081A

Black with #C1081A

Text Example


Text Example

White with #C1081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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