#C5103F

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

Shades of Cardinal #C5103F

Tints of Cardinal #C5103F

Color information

#C5103F (or 0xC5103F) is unknown color: approx Cardinal. HEX triplet: C5, 10 and 3F. RGB value is (197,16,63). Sum of RGB (Red+Green+Blue) = 197+16+63=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5103F is #3AEFC0. Grayscale: #4B4B4B. Windows color (decimal): -3862465 or 4133061. OLE color: 4133061.

HSL color Cylindrical-coordinate representation of color #C5103F: hue angle of 344.42º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5103F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1971663-
CMYK00.920.680.23
HSL344.42º84.98%41.76%-
HSV(B)344.42º91.88%77.25%-
XYZ24.1112.65.86-
YUV75.48120.97214.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.38%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 63 (25% from 255) = 22.83%
R=71.38%
G=5.80%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197166300.920.680.23344.4284.9841.76
HexC5103F05C4417158552a
Octal305207701341042753012552
Binary1100010110000111111010111001000100101111010110001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5103F; }

 p { color: rgb(197,16,63); }

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

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

 a { background-color: rgb(197,16,63); }

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

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

 span { border-color: rgb(197,16,63); }

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