Html Css Color HEX #C1121A Venetian Red

📋 copy color: '#C1121A'

red 193 ◦ green 18 ◦ blue 26

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

Shades of Venetian Red #C1121A

Tints of Venetian Red #C1121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 81.43%
G = 7.59%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1121A (or 0xC1121A) is known color: Venetian Red. HEX triplet: C1, 12 and 1A. RGB value is (193,18,26). Sum of RGB (Red+Green+Blue) = 193+18+26=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C1121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1121A is #3EEDE5. Grayscale: #474747. Windows color (decimal): -4124134 or 1708737. OLE color: 1708737.

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

Color convert

RGB 193 18 26 -
CMYK 0 0.91 0.87 0.24
HSL 357.26º 0.83% 0.41% -
HSV(B) 357.26º 0.91% 0.76% -
XYZ 22.4 11.84 2.08 -
YUV 71.24 102.48 214.85 -
System Red Green Blue C M Y K H S L
Decimal 193 18 26 0 0.91 0.87 0.24 357.26 0.83 0.41
Hex C1 12 1A 0 5B 57 18 165 53 29
Octal 301 22 32 0 133 127 30 545 123 51
Binary 11000001 10010 11010 0 1011011 1010111 11000 101100101 1010011 101001

Color Harmonies of #C1121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1121A

Black with #C1121A

Text Example


Text Example

White with #C1121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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