#C4153F

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

Shades of Cardinal #C4153F

Tints of Cardinal #C4153F

Color information

#C4153F (or 0xC4153F) is unknown color: approx Cardinal. HEX triplet: C4, 15 and 3F. RGB value is (196,21,63). Sum of RGB (Red+Green+Blue) = 196+21+63=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4153F is #3BEAC0. Grayscale: #4E4E4E. Windows color (decimal): -3926721 or 4134340. OLE color: 4134340.

HSL color Cylindrical-coordinate representation of color #C4153F: hue angle of 345.6º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4153F is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1962163-
CMYK00.890.680.23
HSL345.6º80.65%42.55%-
HSV(B)345.6º89.29%76.86%-
XYZ23.9312.635.88-
YUV78.11119.48212.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70%
GREEN value IS 21 (8.59% from 255) = 7.5%
BLUE value IS 63 (25% from 255) = 22.5%
R=70%
G=7.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196216300.890.680.23345.680.6542.55
HexC4153F059441715a512b
Octal304257701311042753212153
Binary1100010010101111111010110011000100101111010110101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4153F; }

 p { color: rgb(196,21,63); }

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

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

 a { background-color: rgb(196,21,63); }

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

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

 span { border-color: rgb(196,21,63); }

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