#CC2637

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

Shades of Cardinal #CC2637

Tints of Cardinal #CC2637

Color information

#CC2637 (or 0xCC2637) is unknown color: approx Cardinal. HEX triplet: CC, 26 and 37. RGB value is (204,38,55). Sum of RGB (Red+Green+Blue) = 204+38+55=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2637 is #33D9C8. Grayscale: #595959. Windows color (decimal): -3398089 or 3614412. OLE color: 3614412.

HSL color Cylindrical-coordinate representation of color #CC2637: hue angle of 353.86º 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 #CC2637 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB2043855-
CMYK00.810.730.2
HSL353.86º68.6%47.45%-
HSV(B)353.86º81.37%80%-
XYZ26.2814.55.03-
YUV89.57108.5209.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.69%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=68.69%
G=12.79%
B=18.52%

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
Decimal204385500.810.730.2353.8668.647.45
HexCC26370514914162452f
Octal314466701211112454210557
Binary11001100100110110111010100011001001101001011000101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2637; }

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

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

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

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

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

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

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

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