#C41E3A

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

Shades of Cardinal #C41E3A

Tints of Cardinal #C41E3A

Color information

#C41E3A (or 0xC41E3A) is unknown color: approx Cardinal. HEX triplet: C4, 1E and 3A. RGB value is (196,30,58). Sum of RGB (Red+Green+Blue) = 196+30+58=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E3A is #3BE1C5. Grayscale: #525252. Windows color (decimal): -3924422 or 3808964. OLE color: 3808964.

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

Color convert

RGB1963058-
CMYK00.850.700.23
HSL349.88º73.45%44.31%-
HSV(B)349.88º84.69%76.86%-
XYZ23.9912.975.24-
YUV82.83114208.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.01%
GREEN value IS 30 (12.11% from 255) = 10.56%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=69.01%
G=10.56%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196305800.850.700.23349.8873.4544.31
HexC41E3A055461715e492c
Octal304367201251062753611154
Binary1100010011110111010010101011000110101111010111101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41E3A; }

 p { color: rgb(196,30,58); }

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

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

 a { background-color: rgb(196,30,58); }

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

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

 span { border-color: rgb(196,30,58); }

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