#C21251

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

Shades of Cardinal #C21251

Tints of Cardinal #C21251

Color information

#C21251 (or 0xC21251) is unknown color: approx Cardinal. HEX triplet: C2, 12 and 51. RGB value is (194,18,81). Sum of RGB (Red+Green+Blue) = 194+18+81=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C21251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21251 is #3DEDAE. Grayscale: #4D4D4D. Windows color (decimal): -4058543 or 5313218. OLE color: 5313218.

HSL color Cylindrical-coordinate representation of color #C21251: hue angle of 338.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21251 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1941881-
CMYK00.910.580.24
HSL338.52º83.02%41.57%-
HSV(B)338.52º90.72%76.08%-
XYZ23.9512.58.93-
YUV77.81129.81210.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.21%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=66.21%
G=6.14%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194188100.910.580.24338.5283.0241.57
HexC2125105B3A18153532a
Octal302221210133723052312352
Binary1100001010010101000101011011111010110001010100111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21251; }

 p { color: rgb(194,18,81); }

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

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

 a { background-color: rgb(194,18,81); }

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

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

 span { border-color: rgb(194,18,81); }

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