Html Css Color HEX #C1121B Venetian Red

📋 copy color: '#C1121B'

red 193 ◦ green 18 ◦ blue 27

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

Shades of Venetian Red #C1121B

Tints of Venetian Red #C1121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

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

R = 81.09%
G = 7.56%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1121B (or 0xC1121B) is known color: Venetian Red. HEX triplet: C1, 12 and 1B. RGB value is (193,18,27). Sum of RGB (Red+Green+Blue) = 193+18+27=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C1121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1121B is #3EEDE4. Grayscale: #474747. Windows color (decimal): -4124133 or 1774273. OLE color: 1774273.

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

Color convert

RGB 193 18 27 -
CMYK 0 0.91 0.86 0.24
HSL 356.91º 0.83% 0.41% -
HSV(B) 356.91º 0.91% 0.76% -
XYZ 22.41 11.85 2.14 -
YUV 71.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 193 18 27 0 0.91 0.86 0.24 356.91 0.83 0.41
Hex C1 12 1B 0 5B 56 18 165 53 29
Octal 301 22 33 0 133 126 30 545 123 51
Binary 11000001 10010 11011 0 1011011 1010110 11000 101100101 1010011 101001

Color Harmonies of #C1121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1121B

Black with #C1121B

Text Example


Text Example

White with #C1121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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