#C81243

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

Shades of Cardinal #C81243

Tints of Cardinal #C81243

Color information

#C81243 (or 0xC81243) is unknown color: approx Cardinal. HEX triplet: C8, 12 and 43. RGB value is (200,18,67). Sum of RGB (Red+Green+Blue) = 200+18+67=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C81243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81243 is #37EDBC. Grayscale: #4D4D4D. Windows color (decimal): -3665341 or 4395720. OLE color: 4395720.

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

Color convert

RGB2001867-
CMYK00.910.660.22
HSL343.85º83.49%42.75%-
HSV(B)343.85º91%78.43%-
XYZ25.0513.126.52-
YUV78121.8215.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.18%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=70.18%
G=6.32%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200186700.910.660.22343.8583.4942.75
HexC8124305B4216158532b
Octal3102210301331022653012353
Binary11001000100101000011010110111000010101101010110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81243; }

 p { color: rgb(200,18,67); }

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

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

 a { background-color: rgb(200,18,67); }

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

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

 span { border-color: rgb(200,18,67); }

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