Html Css Color HEX #A11D21 Bright Red

📋 copy color: '#A11D21'

red 161 ◦ green 29 ◦ blue 33

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

Shades of Bright Red #A11D21

Tints of Bright Red #A11D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 72.2%
G = 13%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A11D21 (or 0xA11D21) is known color: Bright Red. HEX triplet: A1, 1D and 21. RGB value is (161,29,33). Sum of RGB (Red+Green+Blue) = 161+29+33=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D21 is #5EE2DE. Grayscale: #454545. Windows color (decimal): -6218463 or 2170273. OLE color: 2170273.

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

Color convert

RGB 161 29 33 -
CMYK 0 0.82 0.80 0.37
HSL 358.18º 0.69% 0.37% -
HSV(B) 358.18º 0.82% 0.63% -
XYZ 15.41 8.57 2.28 -
YUV 68.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 161 29 33 0 0.82 0.80 0.37 358.18 0.69 0.37
Hex A1 1D 21 0 52 50 25 166 45 25
Octal 241 35 41 0 122 120 45 546 105 45
Binary 10100001 11101 100001 0 1010010 1010000 100101 101100110 1000101 100101

Color Harmonies of #A11D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D21

Black with #A11D21

Text Example


Text Example

White with #A11D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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