#C51B39

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

Shades of Cardinal #C51B39

Tints of Cardinal #C51B39

Color information

#C51B39 (or 0xC51B39) is unknown color: approx Cardinal. HEX triplet: C5, 1B and 39. RGB value is (197,27,57). Sum of RGB (Red+Green+Blue) = 197+27+57=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51B39 is #3AE4C6. Grayscale: #515151. Windows color (decimal): -3859655 or 3742661. OLE color: 3742661.

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

Color convert

RGB1972757-
CMYK00.860.710.23
HSL349.41º75.89%43.92%-
HSV(B)349.41º86.29%77.25%-
XYZ24.1612.955.1-
YUV81.25114.32210.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.11%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=70.11%
G=9.61%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197275700.860.710.23349.4175.8943.92
HexC51B39056471715d4c2c
Octal305337101261072753511454
Binary1100010111011111001010101101000111101111010111011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51B39; }

 p { color: rgb(197,27,57); }

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

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

 a { background-color: rgb(197,27,57); }

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

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

 span { border-color: rgb(197,27,57); }

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