Html Css Color HEX #C1071B Venetian Red

📋 copy color: '#C1071B'

red 193 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #C1071B

Tints of Venetian Red #C1071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

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

R = 85.02%
G = 3.08%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1071B (or 0xC1071B) is known color: Venetian Red. HEX triplet: C1, 07 and 1B. RGB value is (193,7,27). Sum of RGB (Red+Green+Blue) = 193+7+27=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C1071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1071B is #3EF8E4. Grayscale: #414141. Windows color (decimal): -4126949 or 1771457. OLE color: 1771457.

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

Color convert

RGB 193 7 27 -
CMYK 0 0.96 0.86 0.24
HSL 353.55º 0.93% 0.39% -
HSV(B) 353.55º 0.96% 0.76% -
XYZ 22.27 11.57 2.1 -
YUV 64.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 193 7 27 0 0.96 0.86 0.24 353.55 0.93 0.39
Hex C1 7 1B 0 60 56 18 162 5D 27
Octal 301 7 33 0 140 126 30 542 135 47
Binary 11000001 111 11011 0 1100000 1010110 11000 101100010 1011101 100111

Color Harmonies of #C1071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1071B

Black with #C1071B

Text Example


Text Example

White with #C1071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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