#CC2638

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

Shades of Cardinal #CC2638

Tints of Cardinal #CC2638

Color information

#CC2638 (or 0xCC2638) is unknown color: approx Cardinal. HEX triplet: CC, 26 and 38. RGB value is (204,38,56). Sum of RGB (Red+Green+Blue) = 204+38+56=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2638 is #33D9C7. Grayscale: #595959. Windows color (decimal): -3398088 or 3679948. OLE color: 3679948.

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

Color convert

RGB2043856-
CMYK00.810.730.2
HSL353.49º68.6%47.45%-
HSV(B)353.49º81.37%80%-
XYZ26.3114.515.16-
YUV89.69109209.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.46%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=68.46%
G=12.75%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204385600.810.730.2353.4968.647.45
HexCC26380514914161452f
Octal314467001211112454110557
Binary11001100100110111000010100011001001101001011000011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2638; }

 p { color: rgb(204,38,56); }

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

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

 a { background-color: rgb(204,38,56); }

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

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

 span { border-color: rgb(204,38,56); }

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