#C41C38

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

Shades of Cardinal #C41C38

Tints of Cardinal #C41C38

Color information

#C41C38 (or 0xC41C38) is unknown color: approx Cardinal. HEX triplet: C4, 1C and 38. RGB value is (196,28,56). Sum of RGB (Red+Green+Blue) = 196+28+56=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C38 is #3BE3C7. Grayscale: #515151. Windows color (decimal): -3924936 or 3677380. OLE color: 3677380.

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

Color convert

RGB1962856-
CMYK00.860.710.23
HSL350º75%43.92%-
HSV(B)350º85.71%76.86%-
XYZ23.8912.854.96-
YUV81.42113.66209.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70%
GREEN value IS 28 (11.33% from 255) = 10%
BLUE value IS 56 (22.27% from 255) = 20%
R=70%
G=10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196285600.860.710.233507543.92
HexC41C38056471715e4b2c
Octal304347001261072753611354
Binary1100010011100111000010101101000111101111010111101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41C38; }

 p { color: rgb(196,28,56); }

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

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

 a { background-color: rgb(196,28,56); }

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

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

 span { border-color: rgb(196,28,56); }

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