Html Css Color HEX #A1273F Bright Red

📋 copy color: '#A1273F'

red 161 ◦ green 39 ◦ blue 63

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

Shades of Bright Red #A1273F

Tints of Bright Red #A1273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 61.22%
G = 14.83%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1273F (or 0xA1273F) is known color: Bright Red. HEX triplet: A1, 27 and 3F. RGB value is (161,39,63). Sum of RGB (Red+Green+Blue) = 161+39+63=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A1273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1273F is #5ED8C0. Grayscale: #4E4E4E. Windows color (decimal): -6215873 or 4138913. OLE color: 4138913.

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

Color convert

RGB 161 39 63 -
CMYK 0 0.76 0.61 0.37
HSL 348.2º 0.61% 0.39% -
HSV(B) 348.2º 0.76% 0.63% -
XYZ 16.32 9.39 5.65 -
YUV 78.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 161 39 63 0 0.76 0.61 0.37 348.2 0.61 0.39
Hex A1 27 3F 0 4C 3D 25 15C 3D 27
Octal 241 47 77 0 114 75 45 534 75 47
Binary 10100001 100111 111111 0 1001100 111101 100101 101011100 111101 100111

Color Harmonies of #A1273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1273F

Black with #A1273F

Text Example


Text Example

White with #A1273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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