#C51743

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

Shades of Cardinal #C51743

Tints of Cardinal #C51743

Color information

#C51743 (or 0xC51743) is unknown color: approx Cardinal. HEX triplet: C5, 17 and 43. RGB value is (197,23,67). Sum of RGB (Red+Green+Blue) = 197+23+67=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C51743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51743 is #3AE8BC. Grayscale: #505050. Windows color (decimal): -3860669 or 4396997. OLE color: 4396997.

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

Color convert

RGB1972367-
CMYK00.880.660.23
HSL344.83º79.09%43.14%-
HSV(B)344.83º88.32%77.25%-
XYZ24.3512.896.51-
YUV80.04120.65211.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.64%
GREEN value IS 23 (9.38% from 255) = 8.01%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=68.64%
G=8.01%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197236700.880.660.23344.8379.0943.14
HexC5174305842171594f2b
Octal3052710301301022753111753
Binary11000101101111000011010110001000010101111010110011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51743; }

 p { color: rgb(197,23,67); }

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

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

 a { background-color: rgb(197,23,67); }

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

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

 span { border-color: rgb(197,23,67); }

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