#C51245

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

Shades of Cardinal #C51245

Tints of Cardinal #C51245

Color information

#C51245 (or 0xC51245) is unknown color: approx Cardinal. HEX triplet: C5, 12 and 45. RGB value is (197,18,69). Sum of RGB (Red+Green+Blue) = 197+18+69=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51245 is #3AEDBA. Grayscale: #4D4D4D. Windows color (decimal): -3861947 or 4526789. OLE color: 4526789.

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

Color convert

RGB1971869-
CMYK00.910.650.23
HSL342.91º83.26%42.16%-
HSV(B)342.91º90.86%77.25%-
XYZ24.3212.736.81-
YUV77.33123.3213.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.37%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=69.37%
G=6.34%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197186900.910.650.23342.9183.2642.16
HexC5124505B4117157532a
Octal3052210501331012752712352
Binary11000101100101000101010110111000001101111010101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51245; }

 p { color: rgb(197,18,69); }

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

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

 a { background-color: rgb(197,18,69); }

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

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

 span { border-color: rgb(197,18,69); }

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