#C81340

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

Shades of Cardinal #C81340

Tints of Cardinal #C81340

Color information

#C81340 (or 0xC81340) is unknown color: approx Cardinal. HEX triplet: C8, 13 and 40. RGB value is (200,19,64). Sum of RGB (Red+Green+Blue) = 200+19+64=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C81340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81340 is #37ECBF. Grayscale: #4E4E4E. Windows color (decimal): -3665088 or 4199368. OLE color: 4199368.

HSL color Cylindrical-coordinate representation of color #C81340: hue angle of 345.08º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81340 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2001964-
CMYK00.900.680.22
HSL345.08º82.65%42.94%-
HSV(B)345.08º90.5%78.43%-
XYZ24.9813.126.07-
YUV78.25119.97214.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.67%
GREEN value IS 19 (7.81% from 255) = 6.71%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=70.67%
G=6.71%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200196400.900.680.22345.0882.6542.94
HexC8134005A4416159532b
Octal3102310001321042653112353
Binary11001000100111000000010110101000100101101010110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81340; }

 p { color: rgb(200,19,64); }

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

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

 a { background-color: rgb(200,19,64); }

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

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

 span { border-color: rgb(200,19,64); }

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