#CC1949

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

Shades of Cardinal #CC1949

Tints of Cardinal #CC1949

Color information

#CC1949 (or 0xCC1949) is unknown color: approx Cardinal. HEX triplet: CC, 19 and 49. RGB value is (204,25,73). Sum of RGB (Red+Green+Blue) = 204+25+73=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1949 is #33E6B6. Grayscale: #535353. Windows color (decimal): -3401399 or 4790732. OLE color: 4790732.

HSL color Cylindrical-coordinate representation of color #CC1949: hue angle of 343.91º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1949 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB2042573-
CMYK00.880.640.2
HSL343.91º78.17%44.9%-
HSV(B)343.91º87.75%80%-
XYZ26.4514.017.61-
YUV83.99121.8213.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.55%
GREEN value IS 25 (10.16% from 255) = 8.28%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=67.55%
G=8.28%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204257300.880.640.2343.9178.1744.9
HexCC194905840141584e2d
Octal3143111101301002453011655
Binary11001100110011001001010110001000000101001010110001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1949; }

 p { color: rgb(204,25,73); }

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

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

 a { background-color: rgb(204,25,73); }

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

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

 span { border-color: rgb(204,25,73); }

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