#A21F2C

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

Shades of Bright Red #A21F2C

Tints of Bright Red #A21F2C

Color information

#A21F2C (or 0xA21F2C) is unknown color: approx Bright Red. HEX triplet: A2, 1F and 2C. RGB value is (162,31,44). Sum of RGB (Red+Green+Blue) = 162+31+44=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21F2C is #5DE0D3. Grayscale: #474747. Windows color (decimal): -6152404 or 2891682. OLE color: 2891682.

HSL color Cylindrical-coordinate representation of color #A21F2C: hue angle of 354.05º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F2C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1623144-
CMYK00.810.730.36
HSL354.05º67.88%37.84%-
HSV(B)354.05º80.86%63.53%-
XYZ15.848.843.25-
YUV71.65112.4192.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.35%
GREEN value IS 31 (12.5% from 255) = 13.08%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=68.35%
G=13.08%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162314400.810.730.36354.0567.8837.84
HexA21F2C05149241624426
Octal242375401211114454210446
Binary10100010111111011000101000110010011001001011000101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F2C; }

 p { color: rgb(162,31,44); }

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

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

 a { background-color: rgb(162,31,44); }

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

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

 span { border-color: rgb(162,31,44); }

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