#AF2141

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

Shades of Cardinal #AF2141

Tints of Cardinal #AF2141

Color information

#AF2141 (or 0xAF2141) is unknown color: approx Cardinal. HEX triplet: AF, 21 and 41. RGB value is (175,33,65). Sum of RGB (Red+Green+Blue) = 175+33+65=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2141 is #50DEBE. Grayscale: #4F4F4F. Windows color (decimal): -5299903 or 4268463. OLE color: 4268463.

HSL color Cylindrical-coordinate representation of color #AF2141: hue angle of 346.48º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2141 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1753365-
CMYK00.810.630.31
HSL346.48º68.27%40.78%-
HSV(B)346.48º81.14%68.63%-
XYZ19.1810.586.03-
YUV79.11120.04196.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.10%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=64.10%
G=12.09%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175336500.810.630.31346.4868.2740.78
HexAF21410513F1F15a4429
Octal257411010121773753210451
Binary10101111100001100000101010001111111111111010110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2141; }

 p { color: rgb(175,33,65); }

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

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

 a { background-color: rgb(175,33,65); }

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

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

 span { border-color: rgb(175,33,65); }

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