#C51A34

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

Shades of Cardinal #C51A34

Tints of Cardinal #C51A34

Color information

#C51A34 (or 0xC51A34) is unknown color: approx Cardinal. HEX triplet: C5, 1A and 34. RGB value is (197,26,52). Sum of RGB (Red+Green+Blue) = 197+26+52=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A34 is #3AE5CB. Grayscale: #505050. Windows color (decimal): -3859916 or 3414725. OLE color: 3414725.

HSL color Cylindrical-coordinate representation of color #C51A34: hue angle of 350.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A34 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB1972652-
CMYK00.870.740.23
HSL350.88º76.68%43.73%-
HSV(B)350.88º86.8%77.25%-
XYZ24.0212.864.46-
YUV80.09112.15211.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.64%
GREEN value IS 26 (10.55% from 255) = 9.45%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=71.64%
G=9.45%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197265200.870.740.23350.8876.6843.73
HexC51A340574A1715f4d2c
Octal305326401271122753711554
Binary1100010111010110100010101111001010101111010111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A34; }

 p { color: rgb(197,26,52); }

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

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

 a { background-color: rgb(197,26,52); }

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

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

 span { border-color: rgb(197,26,52); }

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