Html Css Color HEX #A31D24 Bright Red

📋 copy color: '#A31D24'

red 163 ◦ green 29 ◦ blue 36

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

Shades of Bright Red #A31D24

Tints of Bright Red #A31D24

RGB

 RED value IS 163 (64.06% from 255) = 71.49%

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

 BLUE value IS 36 (14.45% from 255) = 15.79%

R = 71.49%
G = 12.72%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A31D24 (or 0xA31D24) is known color: Bright Red. HEX triplet: A3, 1D and 24. RGB value is (163,29,36). Sum of RGB (Red+Green+Blue) = 163+29+36=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31D24 is #5CE2DB. Grayscale: #454545. Windows color (decimal): -6087388 or 2366883. OLE color: 2366883.

HSL color Cylindrical-coordinate representation of color #A31D24: hue angle of 356.87º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31D24 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 29 36 -
CMYK 0 0.82 0.78 0.36
HSL 356.87º 0.7% 0.38% -
HSV(B) 356.87º 0.82% 0.64% -
XYZ 15.86 8.79 2.53 -
YUV 69.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 163 29 36 0 0.82 0.78 0.36 356.87 0.7 0.38
Hex A3 1D 24 0 52 4E 24 165 46 26
Octal 243 35 44 0 122 116 44 545 106 46
Binary 10100011 11101 100100 0 1010010 1001110 100100 101100101 1000110 100110

Color Harmonies of #A31D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D24

Black with #A31D24

Text Example


Text Example

White with #A31D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D24; }

 p { color: rgb(163,29,36); }

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

background-color css

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

 a { background-color: rgb(163,29,36); }

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

border-color css

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

 span { border-color: rgb(163,29,36); }

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