#cc213f

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

Shades of Cardinal #CC213F

Tints of Cardinal #CC213F

Color information

#CC213F (or 0xCC213F) is unknown color: approx Cardinal. HEX triplet: CC, 21 and 3F. RGB value is (204,33,63). Sum of RGB (Red+Green+Blue) = 204+33+63=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC213F is #33DEC0. Grayscale: #575757. Windows color (decimal): -3399361 or 4137420. OLE color: 4137420.

HSL color Cylindrical-coordinate representation of color #CC213F: hue angle of 349.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC213F is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2043363-
CMYK00.840.690.2
HSL349.47º72.15%46.47%-
HSV(B)349.47º83.82%80%-
XYZ26.3414.286.07-
YUV87.55114.15211.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 63 (25% from 255) = 21%
R=68%
G=11%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204336300.840.690.2349.4772.1546.47
HexCC213F054451415d482e
Octal314417701241052453511056
Binary11001100100001111111010101001000101101001010111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc213f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc213f; }

 p { color: rgb(204,33,63); }

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

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

 a { background-color: rgb(204,33,63); }

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

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

 span { border-color: rgb(204,33,63); }

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