#C21043

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

Shades of Cardinal #C21043

Tints of Cardinal #C21043

Color information

#C21043 (or 0xC21043) is unknown color: approx Cardinal. HEX triplet: C2, 10 and 43. RGB value is (194,16,67). Sum of RGB (Red+Green+Blue) = 194+16+67=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C21043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21043 is #3DEFBC. Grayscale: #4B4B4B. Windows color (decimal): -4059069 or 4395202. OLE color: 4395202.

HSL color Cylindrical-coordinate representation of color #C21043: hue angle of 342.81º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21043 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1941667-
CMYK00.920.650.24
HSL342.81º84.76%41.18%-
HSV(B)342.81º91.75%76.08%-
XYZ23.4512.256.44-
YUV75.04123.47212.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.04%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=70.04%
G=5.78%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194166700.920.650.24342.8184.7641.18
HexC2104305C41181575529
Octal3022010301341013052712551
Binary11000010100001000011010111001000001110001010101111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21043; }

 p { color: rgb(194,16,67); }

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

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

 a { background-color: rgb(194,16,67); }

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

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

 span { border-color: rgb(194,16,67); }

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