#C7223A

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

Shades of Cardinal #C7223A

Tints of Cardinal #C7223A

Color information

#C7223A (or 0xC7223A) is unknown color: approx Cardinal. HEX triplet: C7, 22 and 3A. RGB value is (199,34,58). Sum of RGB (Red+Green+Blue) = 199+34+58=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7223A is #38DDC5. Grayscale: #565656. Windows color (decimal): -3726790 or 3809991. OLE color: 3809991.

HSL color Cylindrical-coordinate representation of color #C7223A: hue angle of 351.27º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7223A is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1993458-
CMYK00.830.710.22
HSL351.27º70.82%45.69%-
HSV(B)351.27º82.91%78.04%-
XYZ24.8913.595.31-
YUV86.07112.16208.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.38%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=68.38%
G=11.68%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199345800.830.710.22351.2770.8245.69
HexC7223A053471615f472e
Octal307427201231072653710756
Binary11000111100010111010010100111000111101101010111111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7223A; }

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

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

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

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

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

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

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

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