Html Css Color HEX #83191D Flame Red

📋 copy color: '#83191D'

red 131 ◦ green 25 ◦ blue 29

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

Shades of Flame Red #83191D

Tints of Flame Red #83191D

RGB

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

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

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

R = 70.81%
G = 13.51%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83191D (or 0x83191D) is known color: Flame Red. HEX triplet: 83, 19 and 1D. RGB value is (131,25,29). Sum of RGB (Red+Green+Blue) = 131+25+29=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #83191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83191D is #7CE6E2. Grayscale: #393939. Windows color (decimal): -8185571 or 1907075. OLE color: 1907075.

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

Color convert

RGB 131 25 29 -
CMYK 0 0.81 0.78 0.49
HSL 357.74º 0.68% 0.31% -
HSV(B) 357.74º 0.81% 0.51% -
XYZ 9.93 5.61 1.72 -
YUV 57.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 131 25 29 0 0.81 0.78 0.49 357.74 0.68 0.31
Hex 83 19 1D 0 51 4E 31 166 44 1F
Octal 203 31 35 0 121 116 61 546 104 37
Binary 10000011 11001 11101 0 1010001 1001110 110001 101100110 1000100 11111

Color Harmonies of #83191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83191D

Black with #83191D

Text Example


Text Example

White with #83191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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