#C2014A

Color #C2014A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C2014A

Tints of Cardinal #C2014A

Color information

#C2014A (or 0xC2014A) is unknown color: approx Cardinal. HEX triplet: C2, 01 and 4A. RGB value is (194,1,74). Sum of RGB (Red+Green+Blue) = 194+1+74=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C2014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2014A is #3DFEB5. Grayscale: #424242. Windows color (decimal): -4062902 or 4850114. OLE color: 4850114.

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

Color convert

RGB194174-
CMYK00.990.620.24
HSL337.31º98.97%38.24%-
HSV(B)337.31º99.48%76.08%-
XYZ23.511.997.55-
YUV67.03131.94218.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.12%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=72.12%
G=0.37%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417400.990.620.24337.3198.9738.24
HexC214A0633E181516326
Octal30211120143763052114346
Binary110000101100101001100011111110110001010100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2014A; }

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

 H1.HeaderClassName
 {
   color: #C2014A;
 }
 .AnyTagClassName
 {
   color: #C2014A;
 }
</style>
background-color css

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

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

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

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

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

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