#c41831

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

Shades of Cardinal #C41831

Tints of Cardinal #C41831

Color information

#C41831 (or 0xC41831) is unknown color: approx Cardinal. HEX triplet: C4, 18 and 31. RGB value is (196,24,49). Sum of RGB (Red+Green+Blue) = 196+24+49=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C41831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41831 is #3BE7CE. Grayscale: #4E4E4E. Windows color (decimal): -3925967 or 3217604. OLE color: 3217604.

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

Color convert

RGB1962449-
CMYK00.880.750.23
HSL351.28º78.18%43.14%-
HSV(B)351.28º87.76%76.86%-
XYZ23.6512.614.09-
YUV78.28111.48211.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 72.86%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=72.86%
G=8.92%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196244900.880.750.23351.2878.1843.14
HexC418310584B1715f4e2b
Octal304306101301132753711653
Binary1100010011000110001010110001001011101111010111111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41831; }

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

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

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

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

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

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

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

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