Html Css Color HEX #C1091D Venetian Red

📋 copy color: '#C1091D'

red 193 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #C1091D

Tints of Venetian Red #C1091D

RGB

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

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

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

R = 83.55%
G = 3.9%
B = 12.55%

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

#C1091D (or 0xC1091D) is known color: Venetian Red. HEX triplet: C1, 09 and 1D. RGB value is (193,9,29). Sum of RGB (Red+Green+Blue) = 193+9+29=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C1091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1091D is #3EF6E2. Grayscale: #424242. Windows color (decimal): -4126435 or 1903041. OLE color: 1903041.

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

Color convert

RGB 193 9 29 -
CMYK 0 0.95 0.85 0.24
HSL 353.48º 0.91% 0.4% -
HSV(B) 353.48º 0.95% 0.76% -
XYZ 22.31 11.62 2.23 -
YUV 66.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 193 9 29 0 0.95 0.85 0.24 353.48 0.91 0.4
Hex C1 9 1D 0 5F 55 18 161 5B 28
Octal 301 11 35 0 137 125 30 541 133 50
Binary 11000001 1001 11101 0 1011111 1010101 11000 101100001 1011011 101000

Color Harmonies of #C1091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1091D

Black with #C1091D

Text Example


Text Example

White with #C1091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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