#C41634

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

Shades of Cardinal #C41634

Tints of Cardinal #C41634

Color information

#C41634 (or 0xC41634) is unknown color: approx Cardinal. HEX triplet: C4, 16 and 34. RGB value is (196,22,52). Sum of RGB (Red+Green+Blue) = 196+22+52=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C41634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41634 is #3BE9CB. Grayscale: #4D4D4D. Windows color (decimal): -3926476 or 3413700. OLE color: 3413700.

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

Color convert

RGB1962252-
CMYK00.890.730.23
HSL349.66º79.82%42.75%-
HSV(B)349.66º88.78%76.86%-
XYZ23.6712.564.43-
YUV77.45113.65212.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 72.59%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=72.59%
G=8.15%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196225200.890.730.23349.6679.8242.75
HexC41634059491715e502b
Octal304266401311112753612053
Binary1100010010110110100010110011001001101111010111101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41634; }

 p { color: rgb(196,22,52); }

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

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

 a { background-color: rgb(196,22,52); }

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

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

 span { border-color: rgb(196,22,52); }

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