#C40D4A

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

Shades of Cardinal #C40D4A

Tints of Cardinal #C40D4A

Color information

#C40D4A (or 0xC40D4A) is unknown color: approx Cardinal. HEX triplet: C4, 0D and 4A. RGB value is (196,13,74). Sum of RGB (Red+Green+Blue) = 196+13+74=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D4A is #3BF2B5. Grayscale: #4A4A4A. Windows color (decimal): -3928758 or 4853188. OLE color: 4853188.

HSL color Cylindrical-coordinate representation of color #C40D4A: hue angle of 340º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D4A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1961374-
CMYK00.930.620.23
HSL340º87.56%40.98%-
HSV(B)340º93.37%76.86%-
XYZ24.1412.527.62-
YUV74.67127.63214.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.26%
GREEN value IS 13 (5.47% from 255) = 4.59%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=69.26%
G=4.59%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196137400.930.620.2334087.5640.98
HexC4D4A05D3E171545829
Octal304151120135762752413051
Binary110001001101100101001011101111110101111010101001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40D4A; }

 p { color: rgb(196,13,74); }

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

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

 a { background-color: rgb(196,13,74); }

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

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

 span { border-color: rgb(196,13,74); }

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