#C21E40

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

Shades of Cardinal #C21E40

Tints of Cardinal #C21E40

Color information

#C21E40 (or 0xC21E40) is unknown color: approx Cardinal. HEX triplet: C2, 1E and 40. RGB value is (194,30,64). Sum of RGB (Red+Green+Blue) = 194+30+64=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E40 is #3DE1BF. Grayscale: #525252. Windows color (decimal): -4055488 or 4202178. OLE color: 4202178.

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

Color convert

RGB1943064-
CMYK00.850.670.24
HSL347.56º73.21%43.92%-
HSV(B)347.56º84.54%76.08%-
XYZ23.6412.776.07-
YUV82.91117.33207.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.36%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=67.36%
G=10.42%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194306400.850.670.24347.5673.2143.92
HexC21E40055431815c492c
Octal3023610001251033053411154
Binary11000010111101000000010101011000011110001010111001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21E40; }

 p { color: rgb(194,30,64); }

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

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

 a { background-color: rgb(194,30,64); }

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

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

 span { border-color: rgb(194,30,64); }

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