#C52533

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

Shades of Cardinal #C52533

Tints of Cardinal #C52533

Color information

#C52533 (or 0xC52533) is unknown color: approx Cardinal. HEX triplet: C5, 25 and 33. RGB value is (197,37,51). Sum of RGB (Red+Green+Blue) = 197+37+51=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C52533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52533 is #3ADACC. Grayscale: #565656. Windows color (decimal): -3857101 or 3352005. OLE color: 3352005.

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

Color convert

RGB1973751-
CMYK00.810.740.23
HSL354.75º68.38%45.88%-
HSV(B)354.75º81.22%77.25%-
XYZ24.2913.434.44-
YUV86.44108.01206.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.12%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=69.12%
G=12.98%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197375100.810.740.23354.7568.3845.88
HexC525330514A17163442e
Octal305456301211122754310456
Binary11000101100101110011010100011001010101111011000111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52533; }

 p { color: rgb(197,37,51); }

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

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

 a { background-color: rgb(197,37,51); }

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

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

 span { border-color: rgb(197,37,51); }

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