Html Css Color HEX #C2012A Venetian Red

📋 copy color: '#C2012A'

red 194 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #C2012A

Tints of Venetian Red #C2012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 81.86%
G = 0.42%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2012A (or 0xC2012A) is known color: Venetian Red. HEX triplet: C2, 01 and 2A. RGB value is (194,1,42). Sum of RGB (Red+Green+Blue) = 194+1+42=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C2012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2012A is #3DFED5. Grayscale: #3F3F3F. Windows color (decimal): -4062934 or 2752962. OLE color: 2752962.

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

Color convert

RGB 194 1 42 -
CMYK 0 0.99 0.78 0.24
HSL 347.25º 0.99% 0.38% -
HSV(B) 347.25º 0.99% 0.76% -
XYZ 22.68 11.66 3.25 -
YUV 63.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 194 1 42 0 0.99 0.78 0.24 347.25 0.99 0.38
Hex C2 1 2A 0 63 4E 18 15B 63 26
Octal 302 1 52 0 143 116 30 533 143 46
Binary 11000010 1 101010 0 1100011 1001110 11000 101011011 1100011 100110

Color Harmonies of #C2012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2012A

Black with #C2012A

Text Example


Text Example

White with #C2012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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