#C81845

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

Shades of Cardinal #C81845

Tints of Cardinal #C81845

Color information

#C81845 (or 0xC81845) is unknown color: approx Cardinal. HEX triplet: C8, 18 and 45. RGB value is (200,24,69). Sum of RGB (Red+Green+Blue) = 200+24+69=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C81845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81845 is #37E7BA. Grayscale: #515151. Windows color (decimal): -3663803 or 4528328. OLE color: 4528328.

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

Color convert

RGB2002469-
CMYK00.880.660.22
HSL344.66º78.57%43.92%-
HSV(B)344.66º88%78.43%-
XYZ25.2213.366.88-
YUV81.75120.81212.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.26%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=68.26%
G=8.19%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200246900.880.660.22344.6678.5743.92
HexC8184505842161594f2c
Octal3103010501301022653111754
Binary11001000110001000101010110001000010101101010110011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81845; }

 p { color: rgb(200,24,69); }

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

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

 a { background-color: rgb(200,24,69); }

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

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

 span { border-color: rgb(200,24,69); }

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