Html Css Color HEX #A31F2C Bright Red

📋 copy color: '#A31F2C'

red 163 ◦ green 31 ◦ blue 44

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

Shades of Bright Red #A31F2C

Tints of Bright Red #A31F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.03%

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 68.49%
G = 13.03%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A31F2C (or 0xA31F2C) is known color: Bright Red. HEX triplet: A3, 1F and 2C. RGB value is (163,31,44). Sum of RGB (Red+Green+Blue) = 163+31+44=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31F2C is #5CE0D3. Grayscale: #484848. Windows color (decimal): -6086868 or 2891683. OLE color: 2891683.

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

Color convert

RGB 163 31 44 -
CMYK 0 0.81 0.73 0.36
HSL 354.09º 0.68% 0.38% -
HSV(B) 354.09º 0.81% 0.64% -
XYZ 16.05 8.95 3.26 -
YUV 71.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 163 31 44 0 0.81 0.73 0.36 354.09 0.68 0.38
Hex A3 1F 2C 0 51 49 24 162 44 26
Octal 243 37 54 0 121 111 44 542 104 46
Binary 10100011 11111 101100 0 1010001 1001001 100100 101100010 1000100 100110

Color Harmonies of #A31F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F2C

Black with #A31F2C

Text Example


Text Example

White with #A31F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F2C; }

 p { color: rgb(163,31,44); }

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

background-color css

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

 a { background-color: rgb(163,31,44); }

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

border-color css

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

 span { border-color: rgb(163,31,44); }

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