#C5243A

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

Shades of Cardinal #C5243A

Tints of Cardinal #C5243A

Color information

#C5243A (or 0xC5243A) is unknown color: approx Cardinal. HEX triplet: C5, 24 and 3A. RGB value is (197,36,58). Sum of RGB (Red+Green+Blue) = 197+36+58=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5243A is #3ADBC5. Grayscale: #565656. Windows color (decimal): -3857350 or 3810501. OLE color: 3810501.

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

Color convert

RGB1973658-
CMYK00.820.710.23
HSL351.8º69.1%45.69%-
HSV(B)351.8º81.73%77.25%-
XYZ24.4213.445.31-
YUV86.65111.84206.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.70%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=67.70%
G=12.37%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197365800.820.710.23351.869.145.69
HexC5243A0524717160452e
Octal305447201221072754010556
Binary11000101100100111010010100101000111101111011000001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5243A; }

 p { color: rgb(197,36,58); }

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

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

 a { background-color: rgb(197,36,58); }

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

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

 span { border-color: rgb(197,36,58); }

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