Html Css Color HEX #831A1D Flame Red

📋 copy color: '#831A1D'

red 131 ◦ green 26 ◦ blue 29

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

Shades of Flame Red #831A1D

Tints of Flame Red #831A1D

RGB

 RED value IS 131 (51.56% from 255) = 70.43%

 GREEN value IS 26 (10.55% from 255) = 13.98%

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 70.43%
G = 13.98%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#831A1D (or 0x831A1D) is known color: Flame Red. HEX triplet: 83, 1A and 1D. RGB value is (131,26,29). Sum of RGB (Red+Green+Blue) = 131+26+29=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #831A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A1D is #7CE5E2. Grayscale: #393939. Windows color (decimal): -8185315 or 1907331. OLE color: 1907331.

HSL color Cylindrical-coordinate representation of color #831A1D: hue angle of 358.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A1D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 29 -
CMYK 0 0.80 0.78 0.49
HSL 358.29º 0.67% 0.31% -
HSV(B) 358.29º 0.8% 0.51% -
XYZ 9.95 5.65 1.73 -
YUV 57.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 131 26 29 0 0.80 0.78 0.49 358.29 0.67 0.31
Hex 83 1A 1D 0 50 4E 31 166 43 1F
Octal 203 32 35 0 120 116 61 546 103 37
Binary 10000011 11010 11101 0 1010000 1001110 110001 101100110 1000011 11111

Color Harmonies of #831A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A1D

Black with #831A1D

Text Example


Text Example

White with #831A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A1D; }

 p { color: rgb(131,26,29); }

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

background-color css

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

 a { background-color: rgb(131,26,29); }

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

border-color css

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

 span { border-color: rgb(131,26,29); }

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