#cc2140

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

Shades of Cardinal #CC2140

Tints of Cardinal #CC2140

Color information

#CC2140 (or 0xCC2140) is unknown color: approx Cardinal. HEX triplet: CC, 21 and 40. RGB value is (204,33,64). Sum of RGB (Red+Green+Blue) = 204+33+64=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2140 is #33DEBF. Grayscale: #575757. Windows color (decimal): -3399360 or 4202956. OLE color: 4202956.

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

Color convert

RGB2043364-
CMYK00.840.690.2
HSL349.12º72.15%46.47%-
HSV(B)349.12º83.82%80%-
XYZ26.3714.36.22-
YUV87.66114.65210.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=67.77%
G=10.96%
B=21.26%

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
Decimal204336400.840.690.2349.1272.1546.47
HexCC2140054451415d482e
Octal3144110001241052453511056
Binary110011001000011000000010101001000101101001010111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2140; }

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

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

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

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

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

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

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

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