Html Css Color HEX #C1091C Venetian Red

📋 copy color: '#C1091C'

red 193 ◦ green 9 ◦ blue 28

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

Shades of Venetian Red #C1091C

Tints of Venetian Red #C1091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 28 (11.33% from 255) = 12.17%

R = 83.91%
G = 3.91%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1091C (or 0xC1091C) is known color: Venetian Red. HEX triplet: C1, 09 and 1C. RGB value is (193,9,28). Sum of RGB (Red+Green+Blue) = 193+9+28=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C1091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1091C is #3EF6E3. Grayscale: #424242. Windows color (decimal): -4126436 or 1837505. OLE color: 1837505.

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

Color convert

RGB 193 9 28 -
CMYK 0 0.95 0.85 0.24
HSL 353.8º 0.91% 0.4% -
HSV(B) 353.8º 0.95% 0.76% -
XYZ 22.3 11.62 2.17 -
YUV 66.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 193 9 28 0 0.95 0.85 0.24 353.8 0.91 0.4
Hex C1 9 1C 0 5F 55 18 162 5B 28
Octal 301 11 34 0 137 125 30 542 133 50
Binary 11000001 1001 11100 0 1011111 1010101 11000 101100010 1011011 101000

Color Harmonies of #C1091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1091C

Black with #C1091C

Text Example


Text Example

White with #C1091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1091C; }

 p { color: rgb(193,9,28); }

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

background-color css

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

 a { background-color: rgb(193,9,28); }

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

border-color css

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

 span { border-color: rgb(193,9,28); }

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