#C41F3D

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

Shades of Cardinal #C41F3D

Tints of Cardinal #C41F3D

Color information

#C41F3D (or 0xC41F3D) is unknown color: approx Cardinal. HEX triplet: C4, 1F and 3D. RGB value is (196,31,61). Sum of RGB (Red+Green+Blue) = 196+31+61=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F3D is #3BE0C2. Grayscale: #535353. Windows color (decimal): -3924163 or 4005828. OLE color: 4005828.

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

Color convert

RGB1963161-
CMYK00.840.690.23
HSL349.09º72.69%44.51%-
HSV(B)349.09º84.18%76.86%-
XYZ24.113.055.66-
YUV83.76115.16208.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.06%
GREEN value IS 31 (12.5% from 255) = 10.76%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=68.06%
G=10.76%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196316100.840.690.23349.0972.6944.51
HexC41F3D054451715d492d
Octal304377501241052753511155
Binary1100010011111111101010101001000101101111010111011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41F3D; }

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

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

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

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

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

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

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

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