#C81431

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

Shades of Cardinal #C81431

Tints of Cardinal #C81431

Color information

#C81431 (or 0xC81431) is unknown color: approx Cardinal. HEX triplet: C8, 14 and 31. RGB value is (200,20,49). Sum of RGB (Red+Green+Blue) = 200+20+49=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C81431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81431 is #37EBCE. Grayscale: #4D4D4D. Windows color (decimal): -3664847 or 3216584. OLE color: 3216584.

HSL color Cylindrical-coordinate representation of color #C81431: hue angle of 350.33º degrees, saturation: 0.82, 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 #C81431 is Cyan = 0, Magento = 0.9, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB2002049-
CMYK00.90.760.22
HSL350.33º81.82%43.14%-
HSV(B)350.33º90%78.43%-
XYZ24.62134.12-
YUV77.13112.13215.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.35%
GREEN value IS 20 (8.20% from 255) = 7.43%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=74.35%
G=7.43%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200204900.90.760.22350.3381.8243.14
HexC8143105A4C1615e522b
Octal310246101321142653612253
Binary1100100010100110001010110101001100101101010111101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81431; }

 p { color: rgb(200,20,49); }

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

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

 a { background-color: rgb(200,20,49); }

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

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

 span { border-color: rgb(200,20,49); }

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