#C41A4B

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

Shades of Cardinal #C41A4B

Tints of Cardinal #C41A4B

Color information

#C41A4B (or 0xC41A4B) is unknown color: approx Cardinal. HEX triplet: C4, 1A and 4B. RGB value is (196,26,75). Sum of RGB (Red+Green+Blue) = 196+26+75=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A4B is #3BE5B4. Grayscale: #525252. Windows color (decimal): -3925429 or 4922052. OLE color: 4922052.

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

Color convert

RGB1962675-
CMYK00.870.620.23
HSL342.71º76.58%43.53%-
HSV(B)342.71º86.73%76.86%-
XYZ24.412.987.88-
YUV82.42123.82209.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.99%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=65.99%
G=8.75%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196267500.870.620.23342.7176.5843.53
HexC41A4B0573E171574d2c
Octal304321130127762752711554
Binary1100010011010100101101010111111110101111010101111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41A4B; }

 p { color: rgb(196,26,75); }

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

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

 a { background-color: rgb(196,26,75); }

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

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

 span { border-color: rgb(196,26,75); }

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