#CC2243

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

Shades of Cardinal #CC2243

Tints of Cardinal #CC2243

Color information

#CC2243 (or 0xCC2243) is unknown color: approx Cardinal. HEX triplet: CC, 22 and 43. RGB value is (204,34,67). Sum of RGB (Red+Green+Blue) = 204+34+67=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2243 is #33DDBC. Grayscale: #585858. Windows color (decimal): -3399101 or 4399820. OLE color: 4399820.

HSL color Cylindrical-coordinate representation of color #CC2243: hue angle of 348.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2243 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB2043467-
CMYK00.830.670.2
HSL348.35º71.43%46.67%-
HSV(B)348.35º83.33%80%-
XYZ26.4914.396.69-
YUV88.59115.82210.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.89%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=66.89%
G=11.15%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204346700.830.670.2348.3571.4346.67
HexCC2243053431415c472f
Octal3144210301231032453410757
Binary110011001000101000011010100111000011101001010111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2243; }

 p { color: rgb(204,34,67); }

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

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

 a { background-color: rgb(204,34,67); }

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

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

 span { border-color: rgb(204,34,67); }

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