#C51B38

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

Shades of Cardinal #C51B38

Tints of Cardinal #C51B38

Color information

#C51B38 (or 0xC51B38) is unknown color: approx Cardinal. HEX triplet: C5, 1B and 38. RGB value is (197,27,56). Sum of RGB (Red+Green+Blue) = 197+27+56=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51B38 is #3AE4C7. Grayscale: #515151. Windows color (decimal): -3859656 or 3677125. OLE color: 3677125.

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

Color convert

RGB1972756-
CMYK00.860.720.23
HSL349.76º75.89%43.92%-
HSV(B)349.76º86.29%77.25%-
XYZ24.1312.944.97-
YUV81.14113.82210.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.36%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 56 (22.27% from 255) = 20%
R=70.36%
G=9.64%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197275600.860.720.23349.7675.8943.92
HexC51B38056481715e4c2c
Octal305337001261102753611454
Binary1100010111011111000010101101001000101111010111101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51B38; }

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

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

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

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

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

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

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

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