#C51438

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

Shades of Cardinal #C51438

Tints of Cardinal #C51438

Color information

#C51438 (or 0xC51438) is unknown color: approx Cardinal. HEX triplet: C5, 14 and 38. RGB value is (197,20,56). Sum of RGB (Red+Green+Blue) = 197+20+56=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C51438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51438 is #3AEBC7. Grayscale: #4D4D4D. Windows color (decimal): -3861448 or 3675333. OLE color: 3675333.

HSL color Cylindrical-coordinate representation of color #C51438: hue angle of 347.8º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51438 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB1972056-
CMYK00.900.720.23
HSL347.8º81.57%42.55%-
HSV(B)347.8º89.85%77.25%-
XYZ23.9912.664.92-
YUV77.03116.14213.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.16%
GREEN value IS 20 (8.20% from 255) = 7.33%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=72.16%
G=7.33%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197205600.900.720.23347.881.5742.55
HexC5143805A481715c522b
Octal305247001321102753412253
Binary1100010110100111000010110101001000101111010111001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51438; }

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

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

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

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

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

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

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

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