#C21940

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

Shades of Cardinal #C21940

Tints of Cardinal #C21940

Color information

#C21940 (or 0xC21940) is unknown color: approx Cardinal. HEX triplet: C2, 19 and 40. RGB value is (194,25,64). Sum of RGB (Red+Green+Blue) = 194+25+64=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C21940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21940 is #3DE6BF. Grayscale: #4F4F4F. Windows color (decimal): -4056768 or 4200898. OLE color: 4200898.

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

Color convert

RGB1942564-
CMYK00.870.670.24
HSL346.15º77.17%42.94%-
HSV(B)346.15º87.11%76.08%-
XYZ23.5212.536.03-
YUV79.98118.99209.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.55%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=68.55%
G=8.83%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194256400.870.670.24346.1577.1742.94
HexC21940057431815a4d2b
Octal3023110001271033053211553
Binary11000010110011000000010101111000011110001010110101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21940; }

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

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

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

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

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

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

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

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