Html Css Color HEX #832325 Flame Red

📋 copy color: '#832325'

red 131 ◦ green 35 ◦ blue 37

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

Shades of Flame Red #832325

Tints of Flame Red #832325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 64.53%
G = 17.24%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#832325 (or 0x832325) is known color: Flame Red. HEX triplet: 83, 23 and 25. RGB value is (131,35,37). Sum of RGB (Red+Green+Blue) = 131+35+37=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #832325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832325 is #7CDCDA. Grayscale: #404040. Windows color (decimal): -8183003 or 2433923. OLE color: 2433923.

HSL color Cylindrical-coordinate representation of color #832325: hue angle of 358.75º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832325 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 37 -
CMYK 0 0.73 0.72 0.49
HSL 358.75º 0.58% 0.33% -
HSV(B) 358.75º 0.73% 0.51% -
XYZ 10.3 6.16 2.4 -
YUV 63.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 131 35 37 0 0.73 0.72 0.49 358.75 0.58 0.33
Hex 83 23 25 0 49 48 31 167 3A 21
Octal 203 43 45 0 111 110 61 547 72 41
Binary 10000011 100011 100101 0 1001001 1001000 110001 101100111 111010 100001

Color Harmonies of #832325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832325

Black with #832325

Text Example


Text Example

White with #832325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832325; }

 p { color: rgb(131,35,37); }

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

background-color css

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

 a { background-color: rgb(131,35,37); }

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

border-color css

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

 span { border-color: rgb(131,35,37); }

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