#C4113F

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

Shades of Cardinal #C4113F

Tints of Cardinal #C4113F

Color information

#C4113F (or 0xC4113F) is unknown color: approx Cardinal. HEX triplet: C4, 11 and 3F. RGB value is (196,17,63). Sum of RGB (Red+Green+Blue) = 196+17+63=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4113F is #3BEEC0. Grayscale: #4B4B4B. Windows color (decimal): -3927745 or 4133316. OLE color: 4133316.

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

Color convert

RGB1961763-
CMYK00.910.680.23
HSL344.58º84.04%41.76%-
HSV(B)344.58º91.33%76.86%-
XYZ23.8612.55.86-
YUV75.76120.8213.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.01%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 63 (25% from 255) = 22.83%
R=71.01%
G=6.16%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196176300.910.680.23344.5884.0441.76
HexC4113F05B4417159542a
Octal304217701331042753112452
Binary1100010010001111111010110111000100101111010110011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4113F; }

 p { color: rgb(196,17,63); }

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

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

 a { background-color: rgb(196,17,63); }

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

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

 span { border-color: rgb(196,17,63); }

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