#c81a3c

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

Shades of Cardinal #C81A3C

Tints of Cardinal #C81A3C

Color information

#C81A3C (or 0xC81A3C) is unknown color: approx Cardinal. HEX triplet: C8, 1A and 3C. RGB value is (200,26,60). Sum of RGB (Red+Green+Blue) = 200+26+60=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A3C is #37E5C3. Grayscale: #515151. Windows color (decimal): -3663300 or 3939016. OLE color: 3939016.

HSL color Cylindrical-coordinate representation of color #C81A3C: hue angle of 348.28º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A3C is Cyan = 0, Magento = 0.87, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB2002660-
CMYK00.870.70.22
HSL348.28º76.99%44.31%-
HSV(B)348.28º87%78.43%-
XYZ2513.345.53-
YUV81.9115.65212.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 69.93%
GREEN value IS 26 (10.55% from 255) = 9.09%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=69.93%
G=9.09%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.7
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200266000.870.70.22348.2876.9944.31
HexC81A3C057461615c4d2c
Octal310327401271062653411554
Binary1100100011010111100010101111000110101101010111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c81a3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c81a3c; }

 p { color: rgb(200,26,60); }

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

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

 a { background-color: rgb(200,26,60); }

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

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

 span { border-color: rgb(200,26,60); }

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