#C6213A

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

Shades of Cardinal #C6213A

Tints of Cardinal #C6213A

Color information

#C6213A (or 0xC6213A) is unknown color: approx Cardinal. HEX triplet: C6, 21 and 3A. RGB value is (198,33,58). Sum of RGB (Red+Green+Blue) = 198+33+58=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C6213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6213A is #39DEC5. Grayscale: #555555. Windows color (decimal): -3792582 or 3809734. OLE color: 3809734.

HSL color Cylindrical-coordinate representation of color #C6213A: hue angle of 350.91º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6213A is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1983358-
CMYK00.830.710.22
HSL350.91º71.43%45.29%-
HSV(B)350.91º83.33%77.65%-
XYZ24.613.45.29-
YUV85.18112.66208.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.51%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=68.51%
G=11.42%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198335800.830.710.22350.9171.4345.29
HexC6213A053471615f472d
Octal306417201231072653710755
Binary11000110100001111010010100111000111101101010111111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6213A; }

 p { color: rgb(198,33,58); }

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

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

 a { background-color: rgb(198,33,58); }

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

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

 span { border-color: rgb(198,33,58); }

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