#C22935

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

Shades of Cardinal #C22935

Tints of Cardinal #C22935

Color information

#C22935 (or 0xC22935) is unknown color: approx Cardinal. HEX triplet: C2, 29 and 35. RGB value is (194,41,53). Sum of RGB (Red+Green+Blue) = 194+41+53=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C22935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22935 is #3DD6CA. Grayscale: #585858. Windows color (decimal): -4052683 or 3484098. OLE color: 3484098.

HSL color Cylindrical-coordinate representation of color #C22935: hue angle of 355.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22935 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1944153-
CMYK00.790.730.24
HSL355.29º65.11%46.08%-
HSV(B)355.29º78.87%76.08%-
XYZ23.6813.314.69-
YUV88.12108.19203.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.36%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=67.36%
G=14.24%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194415300.790.730.24355.2965.1146.08
HexC2293504F4918163412e
Octal302516501171113054310156
Binary11000010101001110101010011111001001110001011000111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22935; }

 p { color: rgb(194,41,53); }

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

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

 a { background-color: rgb(194,41,53); }

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

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

 span { border-color: rgb(194,41,53); }

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