#C81332

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

Shades of Cardinal #C81332

Tints of Cardinal #C81332

Color information

#C81332 (or 0xC81332) is unknown color: approx Cardinal. HEX triplet: C8, 13 and 32. RGB value is (200,19,50). Sum of RGB (Red+Green+Blue) = 200+19+50=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C81332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81332 is #37ECCD. Grayscale: #4C4C4C. Windows color (decimal): -3665102 or 3281864. OLE color: 3281864.

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

Color convert

RGB2001950-
CMYK00.900.750.22
HSL349.72º82.65%42.94%-
HSV(B)349.72º90.5%78.43%-
XYZ24.6312.984.22-
YUV76.65112.97215.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.35%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=74.35%
G=7.06%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200195000.900.750.22349.7282.6542.94
HexC8133205A4B1615e532b
Octal310236201321132653612353
Binary1100100010011110010010110101001011101101010111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81332; }

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

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

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

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

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

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

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

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