Html Css Color HEX #A1253F Bright Red

📋 copy color: '#A1253F'

red 161 ◦ green 37 ◦ blue 63

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

Shades of Bright Red #A1253F

Tints of Bright Red #A1253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 61.69%
G = 14.18%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1253F (or 0xA1253F) is known color: Bright Red. HEX triplet: A1, 25 and 3F. RGB value is (161,37,63). Sum of RGB (Red+Green+Blue) = 161+37+63=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A1253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1253F is #5EDAC0. Grayscale: #4D4D4D. Windows color (decimal): -6216385 or 4138401. OLE color: 4138401.

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

Color convert

RGB 161 37 63 -
CMYK 0 0.77 0.61 0.37
HSL 347.42º 0.63% 0.39% -
HSV(B) 347.42º 0.77% 0.63% -
XYZ 16.26 9.26 5.63 -
YUV 77.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 161 37 63 0 0.77 0.61 0.37 347.42 0.63 0.39
Hex A1 25 3F 0 4D 3D 25 15B 3F 27
Octal 241 45 77 0 115 75 45 533 77 47
Binary 10100001 100101 111111 0 1001101 111101 100101 101011011 111111 100111

Color Harmonies of #A1253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1253F

Black with #A1253F

Text Example


Text Example

White with #A1253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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