#C81336

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

Shades of Cardinal #C81336

Tints of Cardinal #C81336

Color information

#C81336 (or 0xC81336) is unknown color: approx Cardinal. HEX triplet: C8, 13 and 36. RGB value is (200,19,54). Sum of RGB (Red+Green+Blue) = 200+19+54=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81336 is #37ECC9. Grayscale: #4D4D4D. Windows color (decimal): -3665098 or 3544008. OLE color: 3544008.

HSL color Cylindrical-coordinate representation of color #C81336: hue angle of 348.4º 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 #C81336 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB2001954-
CMYK00.900.730.22
HSL348.4º82.65%42.94%-
HSV(B)348.4º90.5%78.43%-
XYZ24.7213.014.7-
YUV77.11114.97215.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 73.26%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=73.26%
G=6.96%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200195400.900.730.22348.482.6542.94
HexC8133605A491615c532b
Octal310236601321112653412353
Binary1100100010011110110010110101001001101101010111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81336; }

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

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

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

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

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

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

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

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