Html Css Color HEX #832224 Flame Red

📋 copy color: '#832224'

red 131 ◦ green 34 ◦ blue 36

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

Shades of Flame Red #832224

Tints of Flame Red #832224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 65.17%
G = 16.92%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#832224 (or 0x832224) is known color: Flame Red. HEX triplet: 83, 22 and 24. RGB value is (131,34,36). Sum of RGB (Red+Green+Blue) = 131+34+36=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #832224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832224 is #7CDDDB. Grayscale: #3F3F3F. Windows color (decimal): -8183260 or 2368131. OLE color: 2368131.

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

Color convert

RGB 131 34 36 -
CMYK 0 0.74 0.73 0.49
HSL 358.76º 0.59% 0.32% -
HSV(B) 358.76º 0.74% 0.51% -
XYZ 10.25 6.1 2.31 -
YUV 63.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 131 34 36 0 0.74 0.73 0.49 358.76 0.59 0.32
Hex 83 22 24 0 4A 49 31 167 3B 20
Octal 203 42 44 0 112 111 61 547 73 40
Binary 10000011 100010 100100 0 1001010 1001001 110001 101100111 111011 100000

Color Harmonies of #832224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832224

Black with #832224

Text Example


Text Example

White with #832224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832224; }

 p { color: rgb(131,34,36); }

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

background-color css

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

 a { background-color: rgb(131,34,36); }

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

border-color css

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

 span { border-color: rgb(131,34,36); }

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