#C21F40

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

Shades of Cardinal #C21F40

Tints of Cardinal #C21F40

Color information

#C21F40 (or 0xC21F40) is unknown color: approx Cardinal. HEX triplet: C2, 1F and 40. RGB value is (194,31,64). Sum of RGB (Red+Green+Blue) = 194+31+64=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F40 is #3DE0BF. Grayscale: #535353. Windows color (decimal): -4055232 or 4202434. OLE color: 4202434.

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

Color convert

RGB1943164-
CMYK00.840.670.24
HSL347.85º72.44%44.12%-
HSV(B)347.85º84.02%76.08%-
XYZ23.6612.826.08-
YUV83.5117206.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.13%
GREEN value IS 31 (12.5% from 255) = 10.73%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=67.13%
G=10.73%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194316400.840.670.24347.8572.4444.12
HexC21F40054431815c482c
Octal3023710001241033053411054
Binary11000010111111000000010101001000011110001010111001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F40; }

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

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

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

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

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

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

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

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