#C21531

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

Shades of Cardinal #C21531

Tints of Cardinal #C21531

Color information

#C21531 (or 0xC21531) is unknown color: approx Cardinal. HEX triplet: C2, 15 and 31. RGB value is (194,21,49). Sum of RGB (Red+Green+Blue) = 194+21+49=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C21531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21531 is #3DEACE. Grayscale: #4B4B4B. Windows color (decimal): -4057807 or 3216834. OLE color: 3216834.

HSL color Cylindrical-coordinate representation of color #C21531: hue angle of 350.29º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21531 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1942149-
CMYK00.890.750.24
HSL350.29º80.47%42.16%-
HSV(B)350.29º89.18%76.08%-
XYZ23.0712.234.05-
YUV75.92112.81212.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 73.48%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=73.48%
G=7.95%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194214900.890.750.24350.2980.4742.16
HexC215310594B1815e502a
Octal302256101311133053612052
Binary1100001010101110001010110011001011110001010111101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21531; }

 p { color: rgb(194,21,49); }

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

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

 a { background-color: rgb(194,21,49); }

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

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

 span { border-color: rgb(194,21,49); }

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