#A1212F

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

Shades of Bright Red #A1212F

Tints of Bright Red #A1212F

Color information

#A1212F (or 0xA1212F) is unknown color: approx Bright Red. HEX triplet: A1, 21 and 2F. RGB value is (161,33,47). Sum of RGB (Red+Green+Blue) = 161+33+47=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1212F is #5EDED0. Grayscale: #484848. Windows color (decimal): -6217425 or 3088801. OLE color: 3088801.

HSL color Cylindrical-coordinate representation of color #A1212F: hue angle of 353.44º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1212F is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1613347-
CMYK00.800.710.37
HSL353.44º65.98%38.04%-
HSV(B)353.44º79.5%63.14%-
XYZ15.758.873.57-
YUV72.87113.41190.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.80%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=66.80%
G=13.69%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161334700.800.710.37353.4465.9838.04
HexA1212F05047251614226
Octal241415701201074554110246
Binary101000011000011011110101000010001111001011011000011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1212F; }

 p { color: rgb(161,33,47); }

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

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

 a { background-color: rgb(161,33,47); }

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

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

 span { border-color: rgb(161,33,47); }

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