#C5223E

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

Shades of Cardinal #C5223E

Tints of Cardinal #C5223E

Color information

#C5223E (or 0xC5223E) is unknown color: approx Cardinal. HEX triplet: C5, 22 and 3E. RGB value is (197,34,62). Sum of RGB (Red+Green+Blue) = 197+34+62=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5223E is #3ADDC1. Grayscale: #555555. Windows color (decimal): -3857858 or 4072133. OLE color: 4072133.

HSL color Cylindrical-coordinate representation of color #C5223E: hue angle of 349.69º 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 #C5223E is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB1973462-
CMYK00.830.690.23
HSL349.69º70.56%45.29%-
HSV(B)349.69º82.74%77.25%-
XYZ24.4713.365.85-
YUV85.93114.5207.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.24%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=67.24%
G=11.60%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197346200.830.690.23349.6970.5645.29
HexC5223E053451715e472d
Octal305427601231052753610755
Binary11000101100010111110010100111000101101111010111101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5223E; }

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

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

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

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

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

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

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

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