Html Css Color HEX #832228 Flame Red

📋 copy color: '#832228'

red 131 ◦ green 34 ◦ blue 40

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

Shades of Flame Red #832228

Tints of Flame Red #832228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 63.9%
G = 16.59%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#832228 (or 0x832228) is known color: Flame Red. HEX triplet: 83, 22 and 28. RGB value is (131,34,40). Sum of RGB (Red+Green+Blue) = 131+34+40=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #832228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832228 is #7CDDD7. Grayscale: #3F3F3F. Windows color (decimal): -8183256 or 2630275. OLE color: 2630275.

HSL color Cylindrical-coordinate representation of color #832228: hue angle of 356.29º 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 #832228 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 40 -
CMYK 0 0.74 0.69 0.49
HSL 356.29º 0.59% 0.32% -
HSV(B) 356.29º 0.74% 0.51% -
XYZ 10.32 6.12 2.65 -
YUV 63.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 131 34 40 0 0.74 0.69 0.49 356.29 0.59 0.32
Hex 83 22 28 0 4A 45 31 164 3B 20
Octal 203 42 50 0 112 105 61 544 73 40
Binary 10000011 100010 101000 0 1001010 1000101 110001 101100100 111011 100000

Color Harmonies of #832228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832228

Black with #832228

Text Example


Text Example

White with #832228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832228; }

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

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

background-color css

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

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

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

border-color css

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

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

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