#C72531

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

Shades of Cardinal #C72531

Tints of Cardinal #C72531

Color information

#C72531 (or 0xC72531) is unknown color: approx Cardinal. HEX triplet: C7, 25 and 31. RGB value is (199,37,49). Sum of RGB (Red+Green+Blue) = 199+37+49=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C72531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72531 is #38DACE. Grayscale: #565656. Windows color (decimal): -3726031 or 3220935. OLE color: 3220935.

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

Color convert

RGB1993749-
CMYK00.810.750.22
HSL355.56º68.64%46.27%-
HSV(B)355.56º81.41%78.04%-
XYZ24.7713.694.24-
YUV86.81106.67208.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.82%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=69.82%
G=12.98%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199374900.810.750.22355.5668.6446.27
HexC725310514B16164452e
Octal307456101211132654410556
Binary11000111100101110001010100011001011101101011001001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72531; }

 p { color: rgb(199,37,49); }

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

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

 a { background-color: rgb(199,37,49); }

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

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

 span { border-color: rgb(199,37,49); }

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