#C71534

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

Shades of Cardinal #C71534

Tints of Cardinal #C71534

Color information

#C71534 (or 0xC71534) is unknown color: approx Cardinal. HEX triplet: C7, 15 and 34. RGB value is (199,21,52). Sum of RGB (Red+Green+Blue) = 199+21+52=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C71534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71534 is #38EACB. Grayscale: #4D4D4D. Windows color (decimal): -3730124 or 3413447. OLE color: 3413447.

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

Color convert

RGB1992152-
CMYK00.890.740.22
HSL349.55º80.91%43.14%-
HSV(B)349.55º89.45%78.04%-
XYZ24.4412.934.46-
YUV77.76113.47214.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 73.16%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=73.16%
G=7.72%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199215200.890.740.22349.5580.9143.14
HexC715340594A1615e512b
Octal307256401311122653612153
Binary1100011110101110100010110011001010101101010111101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71534; }

 p { color: rgb(199,21,52); }

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

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

 a { background-color: rgb(199,21,52); }

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

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

 span { border-color: rgb(199,21,52); }

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