Html Css Color HEX #C2012E Venetian Red

📋 copy color: '#C2012E'

red 194 ◦ green 1 ◦ blue 46

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

Shades of Venetian Red #C2012E

Tints of Venetian Red #C2012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 80.5%
G = 0.41%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2012E (or 0xC2012E) is known color: Venetian Red. HEX triplet: C2, 01 and 2E. RGB value is (194,1,46). Sum of RGB (Red+Green+Blue) = 194+1+46=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C2012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2012E is #3DFED1. Grayscale: #3F3F3F. Windows color (decimal): -4062930 or 3015106. OLE color: 3015106.

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

Color convert

RGB 194 1 46 -
CMYK 0 0.99 0.76 0.24
HSL 346.01º 0.99% 0.38% -
HSV(B) 346.01º 0.99% 0.76% -
XYZ 22.75 11.69 3.64 -
YUV 63.84 117.94 220.84 -
System Red Green Blue C M Y K H S L
Decimal 194 1 46 0 0.99 0.76 0.24 346.01 0.99 0.38
Hex C2 1 2E 0 63 4C 18 15A 63 26
Octal 302 1 56 0 143 114 30 532 143 46
Binary 11000010 1 101110 0 1100011 1001100 11000 101011010 1100011 100110

Color Harmonies of #C2012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2012E

Black with #C2012E

Text Example


Text Example

White with #C2012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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