Html Css Color HEX #83191E Flame Red

📋 copy color: '#83191E'

red 131 ◦ green 25 ◦ blue 30

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

Shades of Flame Red #83191E

Tints of Flame Red #83191E

RGB

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

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

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

R = 70.43%
G = 13.44%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83191E (or 0x83191E) is known color: Flame Red. HEX triplet: 83, 19 and 1E. RGB value is (131,25,30). Sum of RGB (Red+Green+Blue) = 131+25+30=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #83191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83191E is #7CE6E1. Grayscale: #393939. Windows color (decimal): -8185570 or 1972611. OLE color: 1972611.

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

Color convert

RGB 131 25 30 -
CMYK 0 0.81 0.77 0.49
HSL 357.17º 0.68% 0.31% -
HSV(B) 357.17º 0.81% 0.51% -
XYZ 9.94 5.61 1.79 -
YUV 57.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 131 25 30 0 0.81 0.77 0.49 357.17 0.68 0.31
Hex 83 19 1E 0 51 4D 31 165 44 1F
Octal 203 31 36 0 121 115 61 545 104 37
Binary 10000011 11001 11110 0 1010001 1001101 110001 101100101 1000100 11111

Color Harmonies of #83191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83191E

Black with #83191E

Text Example


Text Example

White with #83191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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