#CC1233

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

Shades of Cardinal #CC1233

Tints of Cardinal #CC1233

Color information

#CC1233 (or 0xCC1233) is unknown color: approx Cardinal. HEX triplet: CC, 12 and 33. RGB value is (204,18,51). Sum of RGB (Red+Green+Blue) = 204+18+51=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1233 is #33EDCC. Grayscale: #4D4D4D. Windows color (decimal): -3403213 or 3347148. OLE color: 3347148.

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

Color convert

RGB2041851-
CMYK00.910.750.2
HSL349.35º83.78%43.53%-
HSV(B)349.35º91.18%80%-
XYZ25.7213.514.38-
YUV77.38113.12218.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 74.73%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=74.73%
G=6.59%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204185100.910.750.2349.3583.7843.53
HexCC123305B4B1415d542c
Octal314226301331132453512454
Binary1100110010010110011010110111001011101001010111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1233; }

 p { color: rgb(204,18,51); }

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

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

 a { background-color: rgb(204,18,51); }

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

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

 span { border-color: rgb(204,18,51); }

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