#C6213E

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

Shades of Cardinal #C6213E

Tints of Cardinal #C6213E

Color information

#C6213E (or 0xC6213E) is unknown color: approx Cardinal. HEX triplet: C6, 21 and 3E. RGB value is (198,33,62). Sum of RGB (Red+Green+Blue) = 198+33+62=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6213E is #39DEC1. Grayscale: #555555. Windows color (decimal): -3792578 or 4071878. OLE color: 4071878.

HSL color Cylindrical-coordinate representation of color #C6213E: hue angle of 349.45º 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 #C6213E is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1983362-
CMYK00.830.690.22
HSL349.45º71.43%45.29%-
HSV(B)349.45º83.33%77.65%-
XYZ24.713.445.85-
YUV85.64114.66208.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 67.58%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=67.58%
G=11.26%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198336200.830.690.22349.4571.4345.29
HexC6213E053451615d472d
Octal306417601231052653510755
Binary11000110100001111110010100111000101101101010111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6213E; }

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

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

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

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

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

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

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

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