Html Css Color HEX #83232C Flame Red

📋 copy color: '#83232C'

red 131 ◦ green 35 ◦ blue 44

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

Shades of Flame Red #83232C

Tints of Flame Red #83232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 62.38%
G = 16.67%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83232C (or 0x83232C) is known color: Flame Red. HEX triplet: 83, 23 and 2C. RGB value is (131,35,44). Sum of RGB (Red+Green+Blue) = 131+35+44=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83232C is #7CDCD3. Grayscale: #404040. Windows color (decimal): -8182996 or 2892675. OLE color: 2892675.

HSL color Cylindrical-coordinate representation of color #83232C: hue angle of 354.38º 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 #83232C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 44 -
CMYK 0 0.73 0.66 0.49
HSL 354.38º 0.58% 0.33% -
HSV(B) 354.38º 0.73% 0.51% -
XYZ 10.42 6.21 3.03 -
YUV 64.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 131 35 44 0 0.73 0.66 0.49 354.38 0.58 0.33
Hex 83 23 2C 0 49 42 31 162 3A 21
Octal 203 43 54 0 111 102 61 542 72 41
Binary 10000011 100011 101100 0 1001001 1000010 110001 101100010 111010 100001

Color Harmonies of #83232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83232C

Black with #83232C

Text Example


Text Example

White with #83232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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