#C22637

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

Shades of Cardinal #C22637

Tints of Cardinal #C22637

Color information

#C22637 (or 0xC22637) is unknown color: approx Cardinal. HEX triplet: C2, 26 and 37. RGB value is (194,38,55). Sum of RGB (Red+Green+Blue) = 194+38+55=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C22637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22637 is #3DD9C8. Grayscale: #565656. Windows color (decimal): -4053449 or 3614402. OLE color: 3614402.

HSL color Cylindrical-coordinate representation of color #C22637: hue angle of 353.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22637 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1943855-
CMYK00.800.720.24
HSL353.46º67.24%45.49%-
HSV(B)353.46º80.41%76.08%-
XYZ23.6313.134.9-
YUV86.58110.18204.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.60%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=67.60%
G=13.24%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194385500.800.720.24353.4667.2445.49
HexC226370504818161432d
Octal302466701201103054110355
Binary11000010100110110111010100001001000110001011000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22637; }

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

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

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

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

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

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

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

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