#C41C3E

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

Shades of Cardinal #C41C3E

Tints of Cardinal #C41C3E

Color information

#C41C3E (or 0xC41C3E) is unknown color: approx Cardinal. HEX triplet: C4, 1C and 3E. RGB value is (196,28,62). Sum of RGB (Red+Green+Blue) = 196+28+62=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C3E is #3BE3C1. Grayscale: #525252. Windows color (decimal): -3924930 or 4070596. OLE color: 4070596.

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

Color convert

RGB1962862-
CMYK00.860.680.23
HSL347.86º75%43.92%-
HSV(B)347.86º85.71%76.86%-
XYZ24.0512.915.78-
YUV82.11116.66209.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.53%
GREEN value IS 28 (11.33% from 255) = 9.79%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=68.53%
G=9.79%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196286200.860.680.23347.867543.92
HexC41C3E056441715c4b2c
Octal304347601261042753411354
Binary1100010011100111110010101101000100101111010111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41C3E; }

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

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

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

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

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

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

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

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