#C02531

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

Shades of Cardinal #C02531

Tints of Cardinal #C02531

Color information

#C02531 (or 0xC02531) is unknown color: approx Cardinal. HEX triplet: C0, 25 and 31. RGB value is (192,37,49). Sum of RGB (Red+Green+Blue) = 192+37+49=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02531 is #3FDACE. Grayscale: #545454. Windows color (decimal): -4184783 or 3220928. OLE color: 3220928.

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

Color convert

RGB1923749-
CMYK00.810.740.25
HSL355.35º67.69%44.9%-
HSV(B)355.35º80.73%75.29%-
XYZ22.9512.754.16-
YUV84.71107.85204.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.06%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=69.06%
G=13.31%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192374900.810.740.25355.3567.6944.9
HexC025310514A19163442d
Octal300456101211123154310455
Binary11000000100101110001010100011001010110011011000111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02531; }

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

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

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

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

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

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

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

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