Html Css Color HEX #832125 Flame Red

📋 copy color: '#832125'

red 131 ◦ green 33 ◦ blue 37

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

Shades of Flame Red #832125

Tints of Flame Red #832125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 65.17%
G = 16.42%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#832125 (or 0x832125) is known color: Flame Red. HEX triplet: 83, 21 and 25. RGB value is (131,33,37). Sum of RGB (Red+Green+Blue) = 131+33+37=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #832125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832125 is #7CDEDA. Grayscale: #3E3E3E. Windows color (decimal): -8183515 or 2433411. OLE color: 2433411.

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

Color convert

RGB 131 33 37 -
CMYK 0 0.75 0.72 0.49
HSL 357.55º 0.6% 0.32% -
HSV(B) 357.55º 0.75% 0.51% -
XYZ 10.24 6.05 2.38 -
YUV 62.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 131 33 37 0 0.75 0.72 0.49 357.55 0.6 0.32
Hex 83 21 25 0 4B 48 31 166 3C 20
Octal 203 41 45 0 113 110 61 546 74 40
Binary 10000011 100001 100101 0 1001011 1001000 110001 101100110 111100 100000

Color Harmonies of #832125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832125

Black with #832125

Text Example


Text Example

White with #832125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832125; }

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

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

background-color css

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

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

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

border-color css

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

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

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