#A11D1F

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

Shades of Bright Red #A11D1F

Tints of Bright Red #A11D1F

Color information

#A11D1F (or 0xA11D1F) is unknown color: approx Bright Red. HEX triplet: A1, 1D and 1F. RGB value is (161,29,31). Sum of RGB (Red+Green+Blue) = 161+29+31=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D1F is #5EE2E0. Grayscale: #444444. Windows color (decimal): -6218465 or 2039201. OLE color: 2039201.

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

Color convert

RGB1612931-
CMYK00.820.810.37
HSL359.09º69.47%37.25%-
HSV(B)359.09º81.99%63.14%-
XYZ15.388.552.14-
YUV68.7106.73193.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.85%
GREEN value IS 29 (11.72% from 255) = 13.12%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=72.85%
G=13.12%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161293100.820.810.37359.0969.4737.25
HexA11D1F05251251674525
Octal241353701221214554710545
Binary1010000111101111110101001010100011001011011001111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11D1F; }

 p { color: rgb(161,29,31); }

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

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

 a { background-color: rgb(161,29,31); }

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

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

 span { border-color: rgb(161,29,31); }

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