#C41E2D

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

Shades of Cardinal #C41E2D

Tints of Cardinal #C41E2D

Color information

#C41E2D (or 0xC41E2D) is unknown color: approx Cardinal. HEX triplet: C4, 1E and 2D. RGB value is (196,30,45). Sum of RGB (Red+Green+Blue) = 196+30+45=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E2D is #3BE1D2. Grayscale: #515151. Windows color (decimal): -3924435 or 2956996. OLE color: 2956996.

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

Color convert

RGB1963045-
CMYK00.850.770.23
HSL354.58º73.45%44.31%-
HSV(B)354.58º84.69%76.86%-
XYZ23.712.853.71-
YUV81.34107.5209.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 72.32%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=72.32%
G=11.07%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196304500.850.770.23354.5873.4544.31
HexC41E2D0554D17163492c
Octal304365501251152754311154
Binary1100010011110101101010101011001101101111011000111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41E2D; }

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

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

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

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

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

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

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

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