#CC113A

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

Shades of Cardinal #CC113A

Tints of Cardinal #CC113A

Color information

#CC113A (or 0xCC113A) is unknown color: approx Cardinal. HEX triplet: CC, 11 and 3A. RGB value is (204,17,58). Sum of RGB (Red+Green+Blue) = 204+17+58=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC113A is #33EEC5. Grayscale: #4D4D4D. Windows color (decimal): -3403462 or 3805644. OLE color: 3805644.

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

Color convert

RGB2041758-
CMYK00.920.720.2
HSL346.84º84.62%43.33%-
HSV(B)346.84º91.67%80%-
XYZ25.8713.545.25-
YUV77.59116.95218.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.12%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=73.12%
G=6.09%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204175800.920.720.2346.8484.6243.33
HexCC113A05C481415b552b
Octal314217201341102453312553
Binary1100110010001111010010111001001000101001010110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC113A; }

 p { color: rgb(204,17,58); }

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

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

 a { background-color: rgb(204,17,58); }

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

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

 span { border-color: rgb(204,17,58); }

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