Html Css Color HEX #C2121A Venetian Red

📋 copy color: '#C2121A'

red 194 ◦ green 18 ◦ blue 26

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

Shades of Venetian Red #C2121A

Tints of Venetian Red #C2121A

RGB

 RED value IS 194 (76.17% from 255) = 81.51%

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

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

R = 81.51%
G = 7.56%
B = 10.92%

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

#C2121A (or 0xC2121A) is known color: Venetian Red. HEX triplet: C2, 12 and 1A. RGB value is (194,18,26). Sum of RGB (Red+Green+Blue) = 194+18+26=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C2121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2121A is #3DEDE5. Grayscale: #474747. Windows color (decimal): -4058598 or 1708738. OLE color: 1708738.

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

Color convert

RGB 194 18 26 -
CMYK 0 0.91 0.87 0.24
HSL 357.27º 0.83% 0.42% -
HSV(B) 357.27º 0.91% 0.76% -
XYZ 22.65 11.98 2.1 -
YUV 71.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 194 18 26 0 0.91 0.87 0.24 357.27 0.83 0.42
Hex C2 12 1A 0 5B 57 18 165 53 2A
Octal 302 22 32 0 133 127 30 545 123 52
Binary 11000010 10010 11010 0 1011011 1010111 11000 101100101 1010011 101010

Color Harmonies of #C2121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2121A

Black with #C2121A

Text Example


Text Example

White with #C2121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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