Html Css Color HEX #C1081D Venetian Red

📋 copy color: '#C1081D'

red 193 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #C1081D

Tints of Venetian Red #C1081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 83.91%
G = 3.48%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1081D (or 0xC1081D) is known color: Venetian Red. HEX triplet: C1, 08 and 1D. RGB value is (193,8,29). Sum of RGB (Red+Green+Blue) = 193+8+29=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C1081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1081D is #3EF7E2. Grayscale: #414141. Windows color (decimal): -4126691 or 1902785. OLE color: 1902785.

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

Color convert

RGB 193 8 29 -
CMYK 0 0.96 0.85 0.24
HSL 353.19º 0.92% 0.39% -
HSV(B) 353.19º 0.96% 0.76% -
XYZ 22.3 11.6 2.23 -
YUV 65.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 193 8 29 0 0.96 0.85 0.24 353.19 0.92 0.39
Hex C1 8 1D 0 60 55 18 161 5C 27
Octal 301 10 35 0 140 125 30 541 134 47
Binary 11000001 1000 11101 0 1100000 1010101 11000 101100001 1011100 100111

Color Harmonies of #C1081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1081D

Black with #C1081D

Text Example


Text Example

White with #C1081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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