#C81A39

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

Shades of Cardinal #C81A39

Tints of Cardinal #C81A39

Color information

#C81A39 (or 0xC81A39) is unknown color: approx Cardinal. HEX triplet: C8, 1A and 39. RGB value is (200,26,57). Sum of RGB (Red+Green+Blue) = 200+26+57=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A39 is #37E5C6. Grayscale: #515151. Windows color (decimal): -3663303 or 3742408. OLE color: 3742408.

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

Color convert

RGB2002657-
CMYK00.870.720.22
HSL349.31º76.99%44.31%-
HSV(B)349.31º87%78.43%-
XYZ24.9313.315.13-
YUV81.56114.15212.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.67%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=70.67%
G=9.19%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200265700.870.720.22349.3176.9944.31
HexC81A39057481615d4d2c
Octal310327101271102653511554
Binary1100100011010111001010101111001000101101010111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81A39; }

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

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

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

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

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

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

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

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