Html Css Color HEX #831A1E Flame Red

📋 copy color: '#831A1E'

red 131 ◦ green 26 ◦ blue 30

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

Shades of Flame Red #831A1E

Tints of Flame Red #831A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 70.05%
G = 13.9%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#831A1E (or 0x831A1E) is known color: Flame Red. HEX triplet: 83, 1A and 1E. RGB value is (131,26,30). Sum of RGB (Red+Green+Blue) = 131+26+30=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #831A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A1E is #7CE5E1. Grayscale: #393939. Windows color (decimal): -8185314 or 1972867. OLE color: 1972867.

HSL color Cylindrical-coordinate representation of color #831A1E: hue angle of 357.71º 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 #831A1E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 30 -
CMYK 0 0.80 0.77 0.49
HSL 357.71º 0.67% 0.31% -
HSV(B) 357.71º 0.8% 0.51% -
XYZ 9.96 5.66 1.8 -
YUV 57.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 131 26 30 0 0.80 0.77 0.49 357.71 0.67 0.31
Hex 83 1A 1E 0 50 4D 31 166 43 1F
Octal 203 32 36 0 120 115 61 546 103 37
Binary 10000011 11010 11110 0 1010000 1001101 110001 101100110 1000011 11111

Color Harmonies of #831A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A1E

Black with #831A1E

Text Example


Text Example

White with #831A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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