#C51A35

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

Shades of Cardinal #C51A35

Tints of Cardinal #C51A35

Color information

#C51A35 (or 0xC51A35) is unknown color: approx Cardinal. HEX triplet: C5, 1A and 35. RGB value is (197,26,53). Sum of RGB (Red+Green+Blue) = 197+26+53=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A35 is #3AE5CA. Grayscale: #505050. Windows color (decimal): -3859915 or 3480261. OLE color: 3480261.

HSL color Cylindrical-coordinate representation of color #C51A35: hue angle of 350.53º 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 #C51A35 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1972653-
CMYK00.870.730.23
HSL350.53º76.68%43.73%-
HSV(B)350.53º86.8%77.25%-
XYZ24.0412.874.58-
YUV80.21112.65211.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.38%
GREEN value IS 26 (10.55% from 255) = 9.42%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=71.38%
G=9.42%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197265300.870.730.23350.5376.6843.73
HexC51A35057491715f4d2c
Octal305326501271112753711554
Binary1100010111010110101010101111001001101111010111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A35; }

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

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

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

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

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

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

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

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