#c42141

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

Shades of Cardinal #C42141

Tints of Cardinal #C42141

Color information

#C42141 (or 0xC42141) is unknown color: approx Cardinal. HEX triplet: C4, 21 and 41. RGB value is (196,33,65). Sum of RGB (Red+Green+Blue) = 196+33+65=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C42141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42141 is #3BDEBE. Grayscale: #555555. Windows color (decimal): -3923647 or 4268484. OLE color: 4268484.

HSL color Cylindrical-coordinate representation of color #C42141: hue angle of 348.22º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42141 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1963365-
CMYK00.830.670.23
HSL348.22º71.18%44.9%-
HSV(B)348.22º83.16%76.86%-
XYZ24.2613.216.27-
YUV85.38116.5206.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.67%
GREEN value IS 33 (13.28% from 255) = 11.22%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=66.67%
G=11.22%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196336500.830.670.23348.2271.1844.9
HexC42141053431715c472d
Octal3044110101231032753410755
Binary110001001000011000001010100111000011101111010111001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42141; }

 p { color: rgb(196,33,65); }

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

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

 a { background-color: rgb(196,33,65); }

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

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

 span { border-color: rgb(196,33,65); }

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