#C22636

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

Shades of Cardinal #C22636

Tints of Cardinal #C22636

Color information

#C22636 (or 0xC22636) is unknown color: approx Cardinal. HEX triplet: C2, 26 and 36. RGB value is (194,38,54). Sum of RGB (Red+Green+Blue) = 194+38+54=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C22636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22636 is #3DD9C9. Grayscale: #565656. Windows color (decimal): -4053450 or 3548866. OLE color: 3548866.

HSL color Cylindrical-coordinate representation of color #C22636: hue angle of 353.85º 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 #C22636 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1943854-
CMYK00.800.720.24
HSL353.85º67.24%45.49%-
HSV(B)353.85º80.41%76.08%-
XYZ23.6113.124.78-
YUV86.47109.68204.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.83%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=67.83%
G=13.29%
B=18.88%

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
Decimal194385400.800.720.24353.8567.2445.49
HexC226360504818162432d
Octal302466601201103054210355
Binary11000010100110110110010100001001000110001011000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22636; }

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

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

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

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

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

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

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

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