Html Css Color HEX #83232B Flame Red

📋 copy color: '#83232B'

red 131 ◦ green 35 ◦ blue 43

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

Shades of Flame Red #83232B

Tints of Flame Red #83232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 62.68%
G = 16.75%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83232B (or 0x83232B) is known color: Flame Red. HEX triplet: 83, 23 and 2B. RGB value is (131,35,43). Sum of RGB (Red+Green+Blue) = 131+35+43=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83232B is #7CDCD4. Grayscale: #404040. Windows color (decimal): -8182997 or 2827139. OLE color: 2827139.

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

Color convert

RGB 131 35 43 -
CMYK 0 0.73 0.67 0.49
HSL 355º 0.58% 0.33% -
HSV(B) 355º 0.73% 0.51% -
XYZ 10.4 6.2 2.93 -
YUV 64.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 131 35 43 0 0.73 0.67 0.49 355 0.58 0.33
Hex 83 23 2B 0 49 43 31 163 3A 21
Octal 203 43 53 0 111 103 61 543 72 41
Binary 10000011 100011 101011 0 1001001 1000011 110001 101100011 111010 100001

Color Harmonies of #83232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83232B

Black with #83232B

Text Example


Text Example

White with #83232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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