Html Css Color HEX #832021 Flame Red

📋 copy color: '#832021'

red 131 ◦ green 32 ◦ blue 33

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

Shades of Flame Red #832021

Tints of Flame Red #832021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

 BLUE value IS 33 (13.28% from 255) = 16.84%

R = 66.84%
G = 16.33%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#832021 (or 0x832021) is known color: Flame Red. HEX triplet: 83, 20 and 21. RGB value is (131,32,33). Sum of RGB (Red+Green+Blue) = 131+32+33=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #832021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832021 is #7CDFDE. Grayscale: #3D3D3D. Windows color (decimal): -8183775 or 2171011. OLE color: 2171011.

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

Color convert

RGB 131 32 33 -
CMYK 0 0.76 0.75 0.49
HSL 359.39º 0.61% 0.32% -
HSV(B) 359.39º 0.76% 0.51% -
XYZ 10.15 5.97 2.06 -
YUV 61.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 131 32 33 0 0.76 0.75 0.49 359.39 0.61 0.32
Hex 83 20 21 0 4C 4B 31 167 3D 20
Octal 203 40 41 0 114 113 61 547 75 40
Binary 10000011 100000 100001 0 1001100 1001011 110001 101100111 111101 100000

Color Harmonies of #832021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832021

Black with #832021

Text Example


Text Example

White with #832021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832021; }

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

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

background-color css

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

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

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

border-color css

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

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

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