#C21948

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

Shades of Cardinal #C21948

Tints of Cardinal #C21948

Color information

#C21948 (or 0xC21948) is unknown color: approx Cardinal. HEX triplet: C2, 19 and 48. RGB value is (194,25,72). Sum of RGB (Red+Green+Blue) = 194+25+72=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C21948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21948 is #3DE6B7. Grayscale: #505050. Windows color (decimal): -4056760 or 4725186. OLE color: 4725186.

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

Color convert

RGB1942572-
CMYK00.870.630.24
HSL343.31º77.17%42.94%-
HSV(B)343.31º87.11%76.08%-
XYZ23.7712.637.32-
YUV80.89122.99208.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.67%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=66.67%
G=8.59%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194257200.870.630.24343.3177.1742.94
HexC219480573F181574d2b
Octal302311100127773052711553
Binary1100001011001100100001010111111111110001010101111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21948; }

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

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

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

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

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

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

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

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