#C41F3F

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

Shades of Cardinal #C41F3F

Tints of Cardinal #C41F3F

Color information

#C41F3F (or 0xC41F3F) is unknown color: approx Cardinal. HEX triplet: C4, 1F and 3F. RGB value is (196,31,63). Sum of RGB (Red+Green+Blue) = 196+31+63=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F3F is #3BE0C0. Grayscale: #545454. Windows color (decimal): -3924161 or 4136900. OLE color: 4136900.

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

Color convert

RGB1963163-
CMYK00.840.680.23
HSL348.36º72.69%44.51%-
HSV(B)348.36º84.18%76.86%-
XYZ24.1513.075.95-
YUV83.98116.16207.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 67.59%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 63 (25% from 255) = 21.72%
R=67.59%
G=10.69%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196316300.840.680.23348.3672.6944.51
HexC41F3F054441715c492d
Octal304377701241042753411155
Binary1100010011111111111010101001000100101111010111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41F3F; }

 p { color: rgb(196,31,63); }

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

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

 a { background-color: rgb(196,31,63); }

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

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

 span { border-color: rgb(196,31,63); }

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