#A21D35

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

Shades of Bright Red #A21D35

Tints of Bright Red #A21D35

Color information

#A21D35 (or 0xA21D35) is unknown color: approx Bright Red. HEX triplet: A2, 1D and 35. RGB value is (162,29,53). Sum of RGB (Red+Green+Blue) = 162+29+53=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21D35 is #5DE2CA. Grayscale: #474747. Windows color (decimal): -6152907 or 3480994. OLE color: 3480994.

HSL color Cylindrical-coordinate representation of color #A21D35: hue angle of 349.17º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21D35 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1622953-
CMYK00.820.670.36
HSL349.17º69.63%37.45%-
HSV(B)349.17º82.1%63.53%-
XYZ15.988.824.23-
YUV71.5117.56192.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.39%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=66.39%
G=11.89%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162295300.820.670.36349.1769.6337.45
HexA21D35052432415d4625
Octal242356501221034453510645
Binary10100010111011101010101001010000111001001010111011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D35; }

 p { color: rgb(162,29,53); }

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

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

 a { background-color: rgb(162,29,53); }

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

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

 span { border-color: rgb(162,29,53); }

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