Html Css Color HEX #C2012C Venetian Red

📋 copy color: '#C2012C'

red 194 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #C2012C

Tints of Venetian Red #C2012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 81.17%
G = 0.42%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2012C (or 0xC2012C) is known color: Venetian Red. HEX triplet: C2, 01 and 2C. RGB value is (194,1,44). Sum of RGB (Red+Green+Blue) = 194+1+44=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2012C is #3DFED3. Grayscale: #3F3F3F. Windows color (decimal): -4062932 or 2884034. OLE color: 2884034.

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

Color convert

RGB 194 1 44 -
CMYK 0 0.99 0.77 0.24
HSL 346.63º 0.99% 0.38% -
HSV(B) 346.63º 0.99% 0.76% -
XYZ 22.71 11.67 3.44 -
YUV 63.61 116.94 221 -
System Red Green Blue C M Y K H S L
Decimal 194 1 44 0 0.99 0.77 0.24 346.63 0.99 0.38
Hex C2 1 2C 0 63 4D 18 15B 63 26
Octal 302 1 54 0 143 115 30 533 143 46
Binary 11000010 1 101100 0 1100011 1001101 11000 101011011 1100011 100110

Color Harmonies of #C2012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2012C

Black with #C2012C

Text Example


Text Example

White with #C2012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2012C; }

 p { color: rgb(194,1,44); }

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

background-color css

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

 a { background-color: rgb(194,1,44); }

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

border-color css

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

 span { border-color: rgb(194,1,44); }

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