#C81132

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

Shades of Cardinal #C81132

Tints of Cardinal #C81132

Color information

#C81132 (or 0xC81132) is unknown color: approx Cardinal. HEX triplet: C8, 11 and 32. RGB value is (200,17,50). Sum of RGB (Red+Green+Blue) = 200+17+50=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C81132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81132 is #37EECD. Grayscale: #4B4B4B. Windows color (decimal): -3665614 or 3281352. OLE color: 3281352.

HSL color Cylindrical-coordinate representation of color #C81132: hue angle of 349.18º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81132 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB2001750-
CMYK00.920.750.22
HSL349.18º84.33%42.55%-
HSV(B)349.18º91.5%78.43%-
XYZ24.612.914.21-
YUV75.48113.63216.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.91%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=74.91%
G=6.37%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200175000.920.750.22349.1884.3342.55
HexC8113205C4B1615d542b
Octal310216201341132653512453
Binary1100100010001110010010111001001011101101010111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81132; }

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

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

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

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

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

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

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

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