#C2223A

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

Shades of Cardinal #C2223A

Tints of Cardinal #C2223A

Color information

#C2223A (or 0xC2223A) is unknown color: approx Cardinal. HEX triplet: C2, 22 and 3A. RGB value is (194,34,58). Sum of RGB (Red+Green+Blue) = 194+34+58=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C2223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2223A is #3DDDC5. Grayscale: #545454. Windows color (decimal): -4054470 or 3809986. OLE color: 3809986.

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

Color convert

RGB1943458-
CMYK00.820.700.24
HSL351º70.18%44.71%-
HSV(B)351º82.47%76.08%-
XYZ23.5812.925.25-
YUV84.58113.01206.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.83%
GREEN value IS 34 (13.67% from 255) = 11.89%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=67.83%
G=11.89%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194345800.820.700.2435170.1844.71
HexC2223A052461815f462d
Octal302427201221063053710655
Binary11000010100010111010010100101000110110001010111111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2223A; }

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

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

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

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

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

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

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

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