#C21A36

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

Shades of Cardinal #C21A36

Tints of Cardinal #C21A36

Color information

#C21A36 (or 0xC21A36) is unknown color: approx Cardinal. HEX triplet: C2, 1A and 36. RGB value is (194,26,54). Sum of RGB (Red+Green+Blue) = 194+26+54=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A36 is #3DE5C9. Grayscale: #4F4F4F. Windows color (decimal): -4056522 or 3545794. OLE color: 3545794.

HSL color Cylindrical-coordinate representation of color #C21A36: hue angle of 350º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A36 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1942654-
CMYK00.870.720.24
HSL350º76.36%43.14%-
HSV(B)350º86.6%76.08%-
XYZ23.2812.474.67-
YUV79.42113.66209.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.80%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=70.80%
G=9.49%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194265400.870.720.2435076.3643.14
HexC21A36057481815e4c2b
Octal302326601271103053611453
Binary1100001011010110110010101111001000110001010111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21A36; }

 p { color: rgb(194,26,54); }

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

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

 a { background-color: rgb(194,26,54); }

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

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

 span { border-color: rgb(194,26,54); }

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