#C22230

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

Shades of Cardinal #C22230

Tints of Cardinal #C22230

Color information

#C22230 (or 0xC22230) is unknown color: approx Cardinal. HEX triplet: C2, 22 and 30. RGB value is (194,34,48). Sum of RGB (Red+Green+Blue) = 194+34+48=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C22230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22230 is #3DDDCF. Grayscale: #535353. Windows color (decimal): -4054480 or 3154626. OLE color: 3154626.

HSL color Cylindrical-coordinate representation of color #C22230: hue angle of 354.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22230 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1943448-
CMYK00.820.750.24
HSL354.75º70.18%44.71%-
HSV(B)354.75º82.47%76.08%-
XYZ23.3512.834.04-
YUV83.44108.01206.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.29%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=70.29%
G=12.32%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194344800.820.750.24354.7570.1844.71
HexC222300524B18163462d
Octal302426001221133054310655
Binary11000010100010110000010100101001011110001011000111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22230; }

 p { color: rgb(194,34,48); }

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

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

 a { background-color: rgb(194,34,48); }

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

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

 span { border-color: rgb(194,34,48); }

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