#C4144F

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

Shades of Cardinal #C4144F

Tints of Cardinal #C4144F

Color information

#C4144F (or 0xC4144F) is unknown color: approx Cardinal. HEX triplet: C4, 14 and 4F. RGB value is (196,20,79). Sum of RGB (Red+Green+Blue) = 196+20+79=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4144F is #3BEBB0. Grayscale: #4F4F4F. Windows color (decimal): -3926961 or 5182660. OLE color: 5182660.

HSL color Cylindrical-coordinate representation of color #C4144F: hue angle of 339.89º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4144F is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1962079-
CMYK00.900.600.23
HSL339.89º81.48%42.35%-
HSV(B)339.89º89.8%76.86%-
XYZ24.4312.88.58-
YUV79.35127.81211.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.44%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=66.44%
G=6.78%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196207900.900.600.23339.8981.4842.35
HexC4144F05A3C17154512a
Octal304241170132742752412152
Binary1100010010100100111101011010111100101111010101001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4144F; }

 p { color: rgb(196,20,79); }

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

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

 a { background-color: rgb(196,20,79); }

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

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

 span { border-color: rgb(196,20,79); }

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