#C5223F

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

Shades of Cardinal #C5223F

Tints of Cardinal #C5223F

Color information

#C5223F (or 0xC5223F) is unknown color: approx Cardinal. HEX triplet: C5, 22 and 3F. RGB value is (197,34,63). Sum of RGB (Red+Green+Blue) = 197+34+63=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5223F is #3ADDC0. Grayscale: #565656. Windows color (decimal): -3857857 or 4137669. OLE color: 4137669.

HSL color Cylindrical-coordinate representation of color #C5223F: hue angle of 349.33º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5223F is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1973463-
CMYK00.830.680.23
HSL349.33º70.56%45.29%-
HSV(B)349.33º82.74%77.25%-
XYZ24.513.375.99-
YUV86.04115207.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.01%
GREEN value IS 34 (13.67% from 255) = 11.56%
BLUE value IS 63 (25% from 255) = 21.43%
R=67.01%
G=11.56%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197346300.830.680.23349.3370.5645.29
HexC5223F053441715d472d
Octal305427701231042753510755
Binary11000101100010111111010100111000100101111010111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5223F; }

 p { color: rgb(197,34,63); }

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

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

 a { background-color: rgb(197,34,63); }

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

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

 span { border-color: rgb(197,34,63); }

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