Html Css Color HEX #A11239 Bright Red

📋 copy color: '#A11239'

red 161 ◦ green 18 ◦ blue 57

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

Shades of Bright Red #A11239

Tints of Bright Red #A11239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 57 (22.66% from 255) = 24.15%

R = 68.22%
G = 7.63%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A11239 (or 0xA11239) is known color: Bright Red. HEX triplet: A1, 12 and 39. RGB value is (161,18,57). Sum of RGB (Red+Green+Blue) = 161+18+57=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A11239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11239 is #5EEDC6. Grayscale: #414141. Windows color (decimal): -6221255 or 3740321. OLE color: 3740321.

HSL color Cylindrical-coordinate representation of color #A11239: hue angle of 343.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11239 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 57 -
CMYK 0 0.89 0.65 0.37
HSL 343.64º 0.8% 0.35% -
HSV(B) 343.64º 0.89% 0.63% -
XYZ 15.65 8.31 4.65 -
YUV 65.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 161 18 57 0 0.89 0.65 0.37 343.64 0.8 0.35
Hex A1 12 39 0 59 41 25 158 50 23
Octal 241 22 71 0 131 101 45 530 120 43
Binary 10100001 10010 111001 0 1011001 1000001 100101 101011000 1010000 100011

Color Harmonies of #A11239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11239

Black with #A11239

Text Example


Text Example

White with #A11239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11239; }

 p { color: rgb(161,18,57); }

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

background-color css

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

 a { background-color: rgb(161,18,57); }

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

border-color css

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

 span { border-color: rgb(161,18,57); }

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