#C21946

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

Shades of Cardinal #C21946

Tints of Cardinal #C21946

Color information

#C21946 (or 0xC21946) is unknown color: approx Cardinal. HEX triplet: C2, 19 and 46. RGB value is (194,25,70). Sum of RGB (Red+Green+Blue) = 194+25+70=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C21946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21946 is #3DE6B9. Grayscale: #505050. Windows color (decimal): -4056762 or 4594114. OLE color: 4594114.

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

Color convert

RGB1942570-
CMYK00.870.640.24
HSL344.02º77.17%42.94%-
HSV(B)344.02º87.11%76.08%-
XYZ23.712.616.98-
YUV80.66121.99208.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.13%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=67.13%
G=8.65%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194257000.870.640.24344.0277.1742.94
HexC2194605740181584d2b
Octal3023110601271003053011553
Binary11000010110011000110010101111000000110001010110001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21946; }

 p { color: rgb(194,25,70); }

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

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

 a { background-color: rgb(194,25,70); }

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

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

 span { border-color: rgb(194,25,70); }

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