Html Css Color HEX #A1213F Bright Red

📋 copy color: '#A1213F'

red 161 ◦ green 33 ◦ blue 63

#A1213F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A1213F

Tints of Bright Red #A1213F

RGB

 RED value IS 161 (63.28% from 255) = 62.65%

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 63 (25% from 255) = 24.51%

R = 62.65%
G = 12.84%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1213F (or 0xA1213F) is known color: Bright Red. HEX triplet: A1, 21 and 3F. RGB value is (161,33,63). Sum of RGB (Red+Green+Blue) = 161+33+63=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1213F is #5EDEC0. Grayscale: #4A4A4A. Windows color (decimal): -6217409 or 4137377. OLE color: 4137377.

HSL color Cylindrical-coordinate representation of color #A1213F: hue angle of 345.94º 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 #A1213F is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 33 63 -
CMYK 0 0.80 0.61 0.37
HSL 345.94º 0.66% 0.38% -
HSV(B) 345.94º 0.8% 0.63% -
XYZ 16.14 9.02 5.59 -
YUV 74.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 161 33 63 0 0.80 0.61 0.37 345.94 0.66 0.38
Hex A1 21 3F 0 50 3D 25 15A 42 26
Octal 241 41 77 0 120 75 45 532 102 46
Binary 10100001 100001 111111 0 1010000 111101 100101 101011010 1000010 100110

Color Harmonies of #A1213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1213F

Black with #A1213F

Text Example


Text Example

White with #A1213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1213F; }

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

 H1.HeaderClassName
 {
   color: #A1213F;
 }
 .AnyTagClassName
 {
   color: #A1213F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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