Html Css Color HEX #83191F Flame Red

📋 copy color: '#83191F'

red 131 ◦ green 25 ◦ blue 31

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

Shades of Flame Red #83191F

Tints of Flame Red #83191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 70.05%
G = 13.37%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83191F (or 0x83191F) is known color: Flame Red. HEX triplet: 83, 19 and 1F. RGB value is (131,25,31). Sum of RGB (Red+Green+Blue) = 131+25+31=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #83191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83191F is #7CE6E0. Grayscale: #393939. Windows color (decimal): -8185569 or 2038147. OLE color: 2038147.

HSL color Cylindrical-coordinate representation of color #83191F: hue angle of 356.6º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83191F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 31 -
CMYK 0 0.81 0.76 0.49
HSL 356.6º 0.68% 0.31% -
HSV(B) 356.6º 0.81% 0.51% -
XYZ 9.96 5.62 1.86 -
YUV 57.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 131 25 31 0 0.81 0.76 0.49 356.6 0.68 0.31
Hex 83 19 1F 0 51 4C 31 165 44 1F
Octal 203 31 37 0 121 114 61 545 104 37
Binary 10000011 11001 11111 0 1010001 1001100 110001 101100101 1000100 11111

Color Harmonies of #83191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83191F

Black with #83191F

Text Example


Text Example

White with #83191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83191F; }

 p { color: rgb(131,25,31); }

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

background-color css

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

 a { background-color: rgb(131,25,31); }

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

border-color css

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

 span { border-color: rgb(131,25,31); }

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