Html Css Color HEX #C1031B Venetian Red

📋 copy color: '#C1031B'

red 193 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #C1031B

Tints of Venetian Red #C1031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 86.55%
G = 1.35%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1031B (or 0xC1031B) is known color: Venetian Red. HEX triplet: C1, 03 and 1B. RGB value is (193,3,27). Sum of RGB (Red+Green+Blue) = 193+3+27=223 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.55% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 193 - color contains mainly: red. Hex color #C1031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1031B is #3EFCE4. Grayscale: #3E3E3E. Windows color (decimal): -4127973 or 1770433. OLE color: 1770433.

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

Color convert

RGB 193 3 27 -
CMYK 0 0.98 0.86 0.24
HSL 352.42º 0.97% 0.38% -
HSV(B) 352.42º 0.98% 0.76% -
XYZ 22.22 11.48 2.08 -
YUV 62.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 193 3 27 0 0.98 0.86 0.24 352.42 0.97 0.38
Hex C1 3 1B 0 62 56 18 160 61 26
Octal 301 3 33 0 142 126 30 540 141 46
Binary 11000001 11 11011 0 1100010 1010110 11000 101100000 1100001 100110

Color Harmonies of #C1031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1031B

Black with #C1031B

Text Example


Text Example

White with #C1031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1031B; }

 p { color: rgb(193,3,27); }

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

background-color css

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

 a { background-color: rgb(193,3,27); }

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

border-color css

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

 span { border-color: rgb(193,3,27); }

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