Html Css Color HEX #831A1C Flame Red

📋 copy color: '#831A1C'

red 131 ◦ green 26 ◦ blue 28

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

Shades of Flame Red #831A1C

Tints of Flame Red #831A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 70.81%
G = 14.05%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#831A1C (or 0x831A1C) is known color: Flame Red. HEX triplet: 83, 1A and 1C. RGB value is (131,26,28). Sum of RGB (Red+Green+Blue) = 131+26+28=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #831A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A1C is #7CE5E3. Grayscale: #393939. Windows color (decimal): -8185316 or 1841795. OLE color: 1841795.

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

Color convert

RGB 131 26 28 -
CMYK 0 0.80 0.79 0.49
HSL 358.86º 0.67% 0.31% -
HSV(B) 358.86º 0.8% 0.51% -
XYZ 9.94 5.65 1.66 -
YUV 57.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 131 26 28 0 0.80 0.79 0.49 358.86 0.67 0.31
Hex 83 1A 1C 0 50 4F 31 167 43 1F
Octal 203 32 34 0 120 117 61 547 103 37
Binary 10000011 11010 11100 0 1010000 1001111 110001 101100111 1000011 11111

Color Harmonies of #831A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A1C

Black with #831A1C

Text Example


Text Example

White with #831A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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