#C41D4A

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

Shades of Cardinal #C41D4A

Tints of Cardinal #C41D4A

Color information

#C41D4A (or 0xC41D4A) is unknown color: approx Cardinal. HEX triplet: C4, 1D and 4A. RGB value is (196,29,74). Sum of RGB (Red+Green+Blue) = 196+29+74=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D4A is #3BE2B5. Grayscale: #545454. Windows color (decimal): -3924662 or 4857284. OLE color: 4857284.

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

Color convert

RGB1962974-
CMYK00.850.620.23
HSL343.83º74.22%44.12%-
HSV(B)343.83º85.2%76.86%-
XYZ24.4413.117.72-
YUV84.06122.33207.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.55%
GREEN value IS 29 (11.72% from 255) = 9.70%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=65.55%
G=9.70%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196297400.850.620.23343.8374.2244.12
HexC41D4A0553E171584a2c
Octal304351120125762753011254
Binary1100010011101100101001010101111110101111010110001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41D4A; }

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

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

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

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

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

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

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

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