#C41431

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

Shades of Cardinal #C41431

Tints of Cardinal #C41431

Color information

#C41431 (or 0xC41431) is unknown color: approx Cardinal. HEX triplet: C4, 14 and 31. RGB value is (196,20,49). Sum of RGB (Red+Green+Blue) = 196+20+49=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C41431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41431 is #3BEBCE. Grayscale: #4B4B4B. Windows color (decimal): -3926991 or 3216580. OLE color: 3216580.

HSL color Cylindrical-coordinate representation of color #C41431: hue angle of 350.11º 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 #C41431 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1962049-
CMYK00.900.750.23
HSL350.11º81.48%42.35%-
HSV(B)350.11º89.8%76.86%-
XYZ23.5712.464.07-
YUV75.93112.81213.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 73.96%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=73.96%
G=7.55%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196204900.900.750.23350.1181.4842.35
HexC4143105A4B1715e512a
Octal304246101321132753612152
Binary1100010010100110001010110101001011101111010111101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41431; }

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

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

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

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

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

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

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

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