#C81342

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

Shades of Cardinal #C81342

Tints of Cardinal #C81342

Color information

#C81342 (or 0xC81342) is unknown color: approx Cardinal. HEX triplet: C8, 13 and 42. RGB value is (200,19,66). Sum of RGB (Red+Green+Blue) = 200+19+66=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C81342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81342 is #37ECBD. Grayscale: #4E4E4E. Windows color (decimal): -3665086 or 4330440. OLE color: 4330440.

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

Color convert

RGB2001966-
CMYK00.900.670.22
HSL344.42º82.65%42.94%-
HSV(B)344.42º90.5%78.43%-
XYZ25.0413.146.37-
YUV78.48120.97214.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.18%
GREEN value IS 19 (7.81% from 255) = 6.67%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=70.18%
G=6.67%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200196600.900.670.22344.4282.6542.94
HexC8134205A4316158532b
Octal3102310201321032653012353
Binary11001000100111000010010110101000011101101010110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81342; }

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

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

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

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

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

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

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

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