#C41E30

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

Shades of Cardinal #C41E30

Tints of Cardinal #C41E30

Color information

#C41E30 (or 0xC41E30) is unknown color: approx Cardinal. HEX triplet: C4, 1E and 30. RGB value is (196,30,48). Sum of RGB (Red+Green+Blue) = 196+30+48=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E30 is #3BE1CF. Grayscale: #515151. Windows color (decimal): -3924432 or 3153604. OLE color: 3153604.

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

Color convert

RGB1963048-
CMYK00.850.760.23
HSL353.49º73.45%44.31%-
HSV(B)353.49º84.69%76.86%-
XYZ23.7612.884.03-
YUV81.69109209.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.53%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 48 (19.14% from 255) = 17.52%
R=71.53%
G=10.95%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196304800.850.760.23353.4973.4544.31
HexC41E300554C17161492c
Octal304366001251142754111154
Binary1100010011110110000010101011001100101111011000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41E30; }

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

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

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

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

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

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

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

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